File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1717,8 +1717,8 @@ py_library(
1717
1717
"//tensorflow/lite/python:lite" ,
1718
1718
"//tensorflow/lite/python/authoring" ,
1719
1719
"//tensorflow/python:no_contrib" ,
1720
- "@pypi_keras_nightly //:pkg" ,
1721
- "@pypi_tb_nightly //:pkg" ,
1720
+ "@pypi_keras //:pkg" ,
1721
+ "@pypi_tensorboard //:pkg" ,
1722
1722
],
1723
1723
)
1724
1724
# copybara:comment_end
Original file line number Diff line number Diff line change @@ -382,5 +382,5 @@ py_library(
382
382
383
383
alias (
384
384
name = "expect_tensorflow_estimator_installed" ,
385
- actual = "@pypi_tf_estimator_nightly //:pkg" ,
385
+ actual = "@pypi_tensorflow_estimator //:pkg" ,
386
386
)
Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ tf_py_strict_test(
121
121
"//tensorflow/python/ops:summary_ops_v2" ,
122
122
"//tensorflow/python/platform:client_testlib" ,
123
123
"//tensorflow/python/training:training_util" ,
124
- "@pypi_tb_nightly //:pkg" ,
124
+ "@pypi_tensorboard //:pkg" ,
125
125
],
126
126
)
You can’t perform that action at this time.
0 commit comments