Skip to content

Commit 359c3cd

Browse files
Merge pull request #57609 from tensorflow/vinila21-patch-6
Update estimator and keras version in TF 2.10 branch for 2.10.0.
2 parents 203b333 + 724308f commit 359c3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def standard_or_nightly(standard, nightly):
113113
# These are all updated during the TF release process.
114114
standard_or_nightly('tensorboard >= 2.10, < 2.11',
115115
'tb-nightly ~= 2.11.0.a'),
116-
standard_or_nightly('tensorflow_estimator >= 2.10.0rc0, < 2.11',
116+
standard_or_nightly('tensorflow_estimator >= 2.10.0, < 2.11',
117117
'tf-estimator-nightly ~= 2.10.0.dev'),
118-
standard_or_nightly('keras >= 2.10.0rc0, < 2.11',
118+
standard_or_nightly('keras >= 2.10.0, < 2.11',
119119
'keras-nightly ~= 2.10.0.dev'),
120120
]
121121
REQUIRED_PACKAGES = [ p for p in REQUIRED_PACKAGES if p is not None ]

0 commit comments

Comments
 (0)