未验证 提交 dd01672d 编写于 作者: L learning-to-play 提交者: GitHub

Merge pull request #61754 from elfringham/fix_214_nightly

Fix use of pypi packages by switching to release versions
......@@ -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
......@@ -382,5 +382,5 @@ py_library(
alias(
name = "expect_tensorflow_estimator_installed",
actual = "@pypi_tf_estimator_nightly//:pkg",
actual = "@pypi_tensorflow_estimator//:pkg",
)
......@@ -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",
],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册