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:
commit
90d1854a80
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user