Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd01672

Browse files
Merge pull request tensorflow#61754 from elfringham/fix_214_nightly
Fix use of pypi packages by switching to release versions
2 parents 6f7a18a + 02a6ddb commit dd01672

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tensorflow/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,8 +1717,8 @@ py_library(
17171717
"//tensorflow/lite/python:lite",
17181718
"//tensorflow/lite/python/authoring",
17191719
"//tensorflow/python:no_contrib",
1720-
"@pypi_keras_nightly//:pkg",
1721-
"@pypi_tb_nightly//:pkg",
1720+
"@pypi_keras//:pkg",
1721+
"@pypi_tensorboard//:pkg",
17221722
],
17231723
)
17241724
# copybara:comment_end

tensorflow/python/estimator/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,5 @@ py_library(
382382

383383
alias(
384384
name = "expect_tensorflow_estimator_installed",
385-
actual = "@pypi_tf_estimator_nightly//:pkg",
385+
actual = "@pypi_tensorflow_estimator//:pkg",
386386
)

tensorflow/python/summary/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ tf_py_strict_test(
121121
"//tensorflow/python/ops:summary_ops_v2",
122122
"//tensorflow/python/platform:client_testlib",
123123
"//tensorflow/python/training:training_util",
124-
"@pypi_tb_nightly//:pkg",
124+
"@pypi_tensorboard//:pkg",
125125
],
126126
)

0 commit comments

Comments
 (0)