update estimator version after estimator final release

This commit is contained in:
Geeta Chavan 2020-12-14 16:30:57 -08:00
parent 582c8d236c
commit 6efeac5d6f

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',
]