aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Maruseac <mihaimaruseac@google.com>2023-05-03 09:19:14 -0700
committerGitHub <noreply@github.com>2023-05-03 09:19:14 -0700
commit1eacba743eb48f522c5f2280b5ea8cb507e327b4 (patch)
tree4121b17ab368a7eac1f40e47e8ef480b6120947f
parent13161de6e1703170d319ae7e569fd21ed269aedd (diff)
parent524b8775c29c176f5fa0781c0fa3ca49f51ef7e4 (diff)
downloadtensorflow-1eacba743eb48f522c5f2280b5ea8cb507e327b4.tar.gz
Merge pull request #60484 from tensorflow/venkat-patch-9
Update keras version in TF-core release branch to 2.13 release
-rw-r--r--tensorflow/tools/ci_build/release/requirements_common.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/release/requirements_common.txt b/tensorflow/tools/ci_build/release/requirements_common.txt
index 6373d737aa4..4f7885f7f21 100644
--- a/tensorflow/tools/ci_build/release/requirements_common.txt
+++ b/tensorflow/tools/ci_build/release/requirements_common.txt
@@ -25,7 +25,7 @@ gast == 0.4.0
# Note that here we want the latest version that matches TF major.minor version
# Note that we must use nightly here as these are used in nightly jobs
# For release jobs, we will pin these on the release branch
-keras-nightly ~= 2.13.0.dev
+keras-nightly ~= 2.13.1.dev
tb-nightly ~= 2.13.0.a
tf-estimator-nightly ~= 2.13.0.dev