Merge pull request #50496 from tensorflow/geetachavan1-patch-1

Update setup.py
This commit is contained in:
Mihai Maruseac 2021-06-28 17:23:24 -07:00 committed by GitHub
commit 1bb2ca624f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,10 +102,8 @@ REQUIRED_PACKAGES = [
# They are updated during the release process
# When updating these, please also update the nightly versions below
'tensorboard ~= 2.5',
'tensorflow_estimator ~= 2.5.0',
# TODO(scottzhu): OSS keras hasn't been formally released yet.
# Use keras-nightly at the moment.
'keras-nightly ~= 2.6.0.dev2021052700',
'tf-estimator-nightly == 2.6.0.dev2021062501',
'keras == 2.6.0rc0',
]