Pin numpy version to 1.19
This commit is contained in:
parent
5e8d4012b4
commit
0da03ad0c9
@ -62,7 +62,7 @@ REQUIRED_PACKAGES = [
|
|||||||
'keras_preprocessing >= 1.0.5',
|
'keras_preprocessing >= 1.0.5',
|
||||||
# mock comes with unittest.mock for python3, need to install for python2
|
# mock comes with unittest.mock for python3, need to install for python2
|
||||||
'mock >= 2.0.0;python_version<"3"',
|
'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',
|
'opt_einsum >= 2.3.2',
|
||||||
'six >= 1.10.0',
|
'six >= 1.10.0',
|
||||||
'protobuf >= 3.6.1',
|
'protobuf >= 3.6.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user