mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 01:38:40 +08:00
Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486)
* Make sure numpy >= 1.16.0 is installed * Works for 1.15.4 * lint * formatting * update * put check into the right place * lint
This commit is contained in:
committed by
Edward Oakes
parent
1c389fcbfc
commit
93157e0774
+1
-1
@@ -160,7 +160,7 @@ def find_version(*filepath):
|
||||
|
||||
|
||||
requires = [
|
||||
"numpy >= 1.14",
|
||||
"numpy >= 1.16",
|
||||
"filelock",
|
||||
"jsonschema",
|
||||
"funcsigs",
|
||||
|
||||
Reference in New Issue
Block a user