Skip to content

Commit ea85f43

Browse files
Merge pull request tensorflow#97305 from rtg0795/r2.20
Update BUILD files with dependencies
2 parents de4ccfb + 58d26a9 commit ea85f43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tensorflow/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,8 @@ py_library(
17191719
"//tensorflow/lite/python/authoring",
17201720
"//tensorflow/python:no_contrib",
17211721
"//tensorflow/python/profiler:profiler_client",
1722-
"@pypi_keras_nightly//:pkg",
1723-
"@pypi_tb_nightly//:pkg",
1722+
"@pypi_keras//:pkg",
1723+
"@pypi_tensorboard//:pkg",
17241724
],
17251725
)
17261726
# copybara:comment_end

tensorflow/python/summary/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tf_py_strict_test(
118118
"//tensorflow/python/ops:summary_ops_v2",
119119
"//tensorflow/python/platform:client_testlib",
120120
"//tensorflow/python/training:training_util",
121-
"@pypi_tb_nightly//:pkg",
121+
"@pypi_tensorboard//:pkg",
122122
],
123123
)
124124

0 commit comments

Comments
 (0)