未验证 提交 359c3cdf 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #57609 from tensorflow/vinila21-patch-6

Update estimator and keras version in TF 2.10 branch for 2.10.0.
...@@ -113,9 +113,9 @@ REQUIRED_PACKAGES = [ ...@@ -113,9 +113,9 @@ REQUIRED_PACKAGES = [
# These are all updated during the TF release process. # These are all updated during the TF release process.
standard_or_nightly('tensorboard >= 2.10, < 2.11', standard_or_nightly('tensorboard >= 2.10, < 2.11',
'tb-nightly ~= 2.11.0.a'), 'tb-nightly ~= 2.11.0.a'),
standard_or_nightly('tensorflow_estimator >= 2.10.0rc0, < 2.11', standard_or_nightly('tensorflow_estimator >= 2.10.0, < 2.11',
'tf-estimator-nightly ~= 2.10.0.dev'), 'tf-estimator-nightly ~= 2.10.0.dev'),
standard_or_nightly('keras >= 2.10.0rc0, < 2.11', standard_or_nightly('keras >= 2.10.0, < 2.11',
'keras-nightly ~= 2.10.0.dev'), 'keras-nightly ~= 2.10.0.dev'),
] ]
REQUIRED_PACKAGES = [ p for p in REQUIRED_PACKAGES if p is not None ] REQUIRED_PACKAGES = [ p for p in REQUIRED_PACKAGES if p is not None ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册