[python/ray]: add cloudpickle dependency (#13838)

Change-Id: I248a2174c27cacb84a1cf0fd1feaa99535a90b71
This commit is contained in:
Barak Michener
2021-02-01 15:27:39 -08:00
committed by GitHub
parent 1ee5d5faff
commit 26ba95e96d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
aiohttp==3.7
aioredis
click >= 7.0
cloudpickle
colorama
colorful
filelock
+1
View File
@@ -129,6 +129,7 @@ install_requires = [
"aiohttp_cors",
"aioredis",
"click >= 7.0",
"cloudpickle",
"colorama",
"colorful",
"filelock",