Pin numpy version to 1.19

This commit is contained in:
Geeta Chavan 2020-08-20 16:25:47 -07:00
parent 5e8d4012b4
commit 0da03ad0c9

View File

@ -62,7 +62,7 @@ REQUIRED_PACKAGES = [
'keras_preprocessing >= 1.0.5',
# mock comes with unittest.mock for python3, need to install for python2
'mock >= 2.0.0;python_version<"3"',
'numpy >= 1.16.0, < 2.0',
'numpy >= 1.16.0, < 1.19.0',
'opt_einsum >= 2.3.2',
'six >= 1.10.0',
'protobuf >= 3.6.1',