Merge pull request #39477 from tensorflow/pin_keras_preprocessing

Pin keras_preprocessing to 1.1.0 instead of accidentally installing 1…
This commit is contained in:
Mihai Maruseac 2020-05-13 01:18:56 +00:00 committed by GitHub
commit 90d1854a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ REQUIRED_PACKAGES = [
'gast == 0.2.2',
'google_pasta >= 0.1.6',
'keras_applications >= 1.0.8',
'keras_preprocessing >= 1.1.0',
'keras_preprocessing == 1.1.0',
'numpy >= 1.16.0, < 2.0',
'opt_einsum >= 2.3.2',
'protobuf >= 3.8.0',