We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 203b333 + 724308f commit 359c3cdCopy full SHA for 359c3cd
tensorflow/tools/pip_package/setup.py
@@ -113,9 +113,9 @@ def standard_or_nightly(standard, nightly):
113
# These are all updated during the TF release process.
114
standard_or_nightly('tensorboard >= 2.10, < 2.11',
115
'tb-nightly ~= 2.11.0.a'),
116
- standard_or_nightly('tensorflow_estimator >= 2.10.0rc0, < 2.11',
+ standard_or_nightly('tensorflow_estimator >= 2.10.0, < 2.11',
117
'tf-estimator-nightly ~= 2.10.0.dev'),
118
- standard_or_nightly('keras >= 2.10.0rc0, < 2.11',
+ standard_or_nightly('keras >= 2.10.0, < 2.11',
119
'keras-nightly ~= 2.10.0.dev'),
120
]
121
REQUIRED_PACKAGES = [ p for p in REQUIRED_PACKAGES if p is not None ]
0 commit comments