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:
Robert Nishihara
2018-01-25 11:36:37 -08:00
committed by Philipp Moritz
parent 173f1d629a
commit ab5d4a6010
15 changed files with 1128 additions and 44 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.