make Numpy version is below 1.19.3 (#28510)

TCChenlong-patch-1
Zhou Wei 4 years ago committed by GitHub
parent 47cbf61dd4
commit c70c1c520d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
requests>=2.20.0
numpy>=1.13, <=1.16.4 ; python_version<"3.5"
numpy>=1.13 ; python_version>="3.5"
numpy>=1.13 ; python_version>="3.5" and platform_system != "Windows"
numpy>=1.13, <=1.19.3 ; python_version>="3.5" and platform_system == "Windows"
protobuf>=3.1.0
gast==0.3.3
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"

Loading…
Cancel
Save