mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 16:31:25 +08:00
[python/ray]: add cloudpickle dependency (#13838)
Change-Id: I248a2174c27cacb84a1cf0fd1feaa99535a90b71
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
aiohttp==3.7
|
||||
aioredis
|
||||
click >= 7.0
|
||||
cloudpickle
|
||||
colorama
|
||||
colorful
|
||||
filelock
|
||||
|
||||
@@ -129,6 +129,7 @@ install_requires = [
|
||||
"aiohttp_cors",
|
||||
"aioredis",
|
||||
"click >= 7.0",
|
||||
"cloudpickle",
|
||||
"colorama",
|
||||
"colorful",
|
||||
"filelock",
|
||||
|
||||
Reference in New Issue
Block a user