Pin keras_preprocessing to 1.1.0

PiperOrigin-RevId: 311474544
Change-Id: I1911f5b834e61cd269c39ca30559d1304b3a787f
This commit is contained in:
Mihai Maruseac 2020-05-13 22:57:23 -07:00 committed by TensorFlower Gardener
parent 9173c6c3d3
commit 2f8ea36a44
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ REQUIRED_PACKAGES = [
'gast == 0.3.3',
'google_pasta >= 0.1.8',
'h5py >= 2.10.0, < 2.11.0',
'keras_preprocessing >= 1.1.0',
'keras_preprocessing == 1.1.0',
'numpy >= 1.16.0, < 2.0',
'opt_einsum >= 2.3.2',
'protobuf >= 3.9.2',