Skip to content

Commit

Permalink
Merge pull request tensorflow#57609 from tensorflow/vinila21-patch-6
Browse files Browse the repository at this point in the history
Update estimator and keras version in TF 2.10 branch for 2.10.0.
  • Loading branch information
mihaimaruseac authored Sep 2, 2022
2 parents 203b333 + 724308f commit 359c3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ def standard_or_nightly(standard, nightly):
# These are all updated during the TF release process.
standard_or_nightly('tensorboard >= 2.10, < 2.11',
'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'),
standard_or_nightly('keras >= 2.10.0rc0, < 2.11',
standard_or_nightly('keras >= 2.10.0, < 2.11',
'keras-nightly ~= 2.10.0.dev'),
]
REQUIRED_PACKAGES = [ p for p in REQUIRED_PACKAGES if p is not None ]
Expand Down

0 comments on commit 359c3cd

Please sign in to comment.