mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +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
@@ -28,7 +28,7 @@ To build Ray, first install the following dependencies. We recommend using
|
||||
brew update
|
||||
brew install cmake pkg-config automake autoconf libtool boost wget
|
||||
|
||||
pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers cython --ignore-installed six
|
||||
pip install numpy funcsigs click colorama psutil redis flatbuffers cython --ignore-installed six
|
||||
|
||||
If you are using Anaconda, you may also need to run the following.
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ To build Ray, first install the following dependencies. We recommend using
|
||||
# If you are on Ubuntu 14.04, you need the following.
|
||||
pip install cmake
|
||||
|
||||
pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers cython
|
||||
pip install numpy funcsigs click colorama psutil redis flatbuffers cython
|
||||
|
||||
|
||||
If you are using Anaconda, you may also need to run the following.
|
||||
|
||||
Reference in New Issue
Block a user