relax numpy req

Co-authored-by: h-vetinari <h.vetinari@gmx.com>
This commit is contained in:
Akash Patel
2020-12-18 17:13:48 -05:00
committed by GitHub
parent 84b689f32f
commit 4c462d8107
+2 -1
View File
@@ -138,7 +138,8 @@ install_requires = [
"grpcio >= 1.28.1",
"jsonschema",
"msgpack >= 1.0.0, < 2.0.0",
"numpy >= 1.19.3",
"numpy >= 1.16; python_version < '3.9'",
"numpy >= 1.19.3; python_version >= '3.9'",
"protobuf >= 3.8.0",
"py-spy >= 0.2.0",
"pyyaml",