mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 14:22:50 +08:00
Upgrade to cloudpickle 0.4.1. (#1164)
* Upgrade to cloudpickle 0.4.1. * Catch more general exceptions thrown by cloudpickle.
This commit is contained in:
committed by
Philipp Moritz
parent
2b6c7af8ad
commit
f59867850e
+1
-1
@@ -108,7 +108,7 @@ setup(name="ray",
|
||||
"psutil",
|
||||
"pytest",
|
||||
"redis",
|
||||
"cloudpickle >= 0.2.2",
|
||||
"cloudpickle >= 0.4.1",
|
||||
# The six module is required by pyarrow.
|
||||
"six >= 1.0.0",
|
||||
"flatbuffers"],
|
||||
|
||||
Reference in New Issue
Block a user