mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +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
ac8f8143e7
commit
afae8406da
+1
-1
@@ -163,7 +163,7 @@ def find_version(*filepath):
|
||||
|
||||
|
||||
requires = [
|
||||
"numpy >= 1.14",
|
||||
"numpy >= 1.16",
|
||||
"filelock",
|
||||
"jsonschema",
|
||||
"funcsigs",
|
||||
|
||||
Reference in New Issue
Block a user