Fix typo in estimator min bound

Should be `2.3.0rc0`, not `2.3.0-rc0`
This commit is contained in:
Mihai Maruseac 2020-07-15 17:25:43 -07:00 committed by GitHub
parent 14b2d686d6
commit 0b2321fdd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ REQUIRED_PACKAGES = [
'opt_einsum >= 2.3.2',
'protobuf >= 3.9.2',
'tensorboard >= 2.2.0, < 2.3.0',
'tensorflow_estimator >= 2.3.0-rc0, < 2.4.0',
'tensorflow_estimator >= 2.3.0rc0, < 2.4.0',
'termcolor >= 1.1.0',
'wrapt >= 1.11.1',
'wheel >= 0.26',