Skip to content

Commit

Permalink
Merge pull request #61754 from elfringham/fix_214_nightly
Browse files Browse the repository at this point in the history
Fix use of pypi packages by switching to release versions
  • Loading branch information
learning-to-play committed Aug 30, 2023
2 parents 6f7a18a + 02a6ddb commit dd01672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tensorflow/BUILD
Expand Up @@ -1717,8 +1717,8 @@ py_library(
"//tensorflow/lite/python:lite",
"//tensorflow/lite/python/authoring",
"//tensorflow/python:no_contrib",
"@pypi_keras_nightly//:pkg",
"@pypi_tb_nightly//:pkg",
"@pypi_keras//:pkg",
"@pypi_tensorboard//:pkg",
],
)
# copybara:comment_end
2 changes: 1 addition & 1 deletion tensorflow/python/estimator/BUILD
Expand Up @@ -382,5 +382,5 @@ py_library(

alias(
name = "expect_tensorflow_estimator_installed",
actual = "@pypi_tf_estimator_nightly//:pkg",
actual = "@pypi_tensorflow_estimator//:pkg",
)
2 changes: 1 addition & 1 deletion tensorflow/python/summary/BUILD
Expand Up @@ -121,6 +121,6 @@ tf_py_strict_test(
"//tensorflow/python/ops:summary_ops_v2",
"//tensorflow/python/platform:client_testlib",
"//tensorflow/python/training:training_util",
"@pypi_tb_nightly//:pkg",
"@pypi_tensorboard//:pkg",
],
)

0 comments on commit dd01672

Please sign in to comment.