Merge pull request from tensorflow/update_v

update estimator version after estimator final release
This commit is contained in:
Mihai Maruseac 2020-12-14 19:38:08 -08:00 committed by GitHub
commit 5485ec964e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ REQUIRED_PACKAGES = [
# They are updated during the release process
# When updating these, please also update the nightly versions below
'tensorboard ~= 2.4',
'tensorflow_estimator >= 2.4.0rc0 , < 2.5.0',
'tensorflow_estimator >= 2.4.0 , < 2.5.0',
]