Use cloudpickle 0.2.2. (#189)

This commit is contained in:
Robert Nishihara
2017-01-08 17:30:06 -08:00
committed by Philipp Moritz
parent 674ec3a3cb
commit 973716d310
8 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ setup(name="ray",
"colorama",
"psutil",
"redis",
"cloudpickle"],
"cloudpickle >= 0.2.2"],
include_package_data=True,
zip_safe=False,
license="Apache 2.0")