Use "numpy >= 1.16.0, < 2.0" to fix #25636

This commit is contained in:
Mihai Maruseac 2019-07-15 10:51:53 -07:00 committed by Gunhan Gulsoy
parent cf3784c04d
commit 04256c89d8

View File

@ -53,7 +53,7 @@ REQUIRED_PACKAGES = [
'gast >= 0.2.0',
'keras_applications >= 1.0.6',
'keras_preprocessing >= 1.0.5',
'numpy >= 1.13.3',
'numpy >= 1.16.0, < 2.0',
'six >= 1.10.0',
'protobuf >= 3.6.1',
'tensorboard >= 1.13.0, < 1.14.0',