mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
Bring cloudpickle inside the repository. (#1445)
* Bring cloudpickle version 0.5.2 inside the repo. * Use internal copy of cloudpickle everywhere. * Fix linting. * Import ordering. * Change __init__.py. * Set pickler in serialization context. * Don't check ray location.
This commit is contained in:
committed by
Philipp Moritz
parent
173f1d629a
commit
ab5d4a6010
@@ -114,7 +114,6 @@ setup(name="ray",
|
||||
"pytest",
|
||||
"pyyaml",
|
||||
"redis",
|
||||
"cloudpickle == 0.5.2",
|
||||
# The six module is required by pyarrow.
|
||||
"six >= 1.0.0",
|
||||
"flatbuffers"],
|
||||
|
||||
Reference in New Issue
Block a user