Pin cloudpickle to 0.4.1. (#1200)

This commit is contained in:
Robert Nishihara
2017-11-08 21:14:09 -08:00
committed by Philipp Moritz
parent 1c6b30b5e2
commit 3a37d1cf7d
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ setup(name="ray",
"psutil",
"pytest",
"redis",
"cloudpickle >= 0.4.1",
"cloudpickle == 0.4.1",
# The six module is required by pyarrow.
"six >= 1.0.0",
"flatbuffers"],