mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Ensure numpy is at least 1.10.4 in setup.py (#2462)
In the build script, numpy is specifically set at 1.10.4. We should also ensure that it is indeed the case in `setup.py`.
This commit is contained in:
committed by
Robert Nishihara
parent
9f63119a83
commit
3d8f56409b
+1
-1
@@ -135,7 +135,7 @@ def find_version(*filepath):
|
||||
|
||||
|
||||
requires = [
|
||||
"numpy",
|
||||
"numpy >= 1.10.4",
|
||||
"filelock",
|
||||
"funcsigs",
|
||||
"click",
|
||||
|
||||
Reference in New Issue
Block a user