mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Use "numpy >= 1.16.0, < 2.0" to fix #25636
This commit is contained in:
parent
cf3784c04d
commit
04256c89d8
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user