Skip to content

Commit

Permalink
Update setup.py on TF release branch with released version of Estimat…
Browse files Browse the repository at this point in the history
…or and keras
  • Loading branch information
venkat2469 committed Mar 20, 2023
1 parent e719b6b commit 9f96caa
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 @@ -127,9 +127,9 @@ def standard_or_nightly(standard, nightly):
# These are all updated during the TF release process.
standard_or_nightly('tensorboard >= 2.12, < 2.13',
'tb-nightly ~= 2.12.0.a'),
standard_or_nightly('tensorflow_estimator >= 2.12.0rc0, < 2.13',
standard_or_nightly('tensorflow_estimator >= 2.12.0, < 2.13',
'tf-estimator-nightly ~= 2.13.0.dev'),
standard_or_nightly('keras >= 2.12.0rc0, < 2.13',
standard_or_nightly('keras >= 2.12.0, < 2.13',
'keras-nightly ~= 2.13.0.dev'),
]
REQUIRED_PACKAGES = [p for p in REQUIRED_PACKAGES if p is not None]
Expand Down

0 comments on commit 9f96caa

Please sign in to comment.