mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Remove six and cloudpickle from setup.py. (#7694)
This commit is contained in:
+3
-18
@@ -171,24 +171,9 @@ def find_version(*filepath):
|
||||
|
||||
|
||||
requires = [
|
||||
"numpy >= 1.16",
|
||||
"filelock",
|
||||
"jsonschema",
|
||||
"click",
|
||||
"colorama",
|
||||
"packaging",
|
||||
"pyyaml",
|
||||
"redis>=3.3.2",
|
||||
# NOTE: Don't upgrade the version of six! Doing so causes installation
|
||||
# problems. See https://github.com/ray-project/ray/issues/4169.
|
||||
"six >= 1.0.0",
|
||||
"faulthandler;python_version<'3.3'",
|
||||
"protobuf >= 3.8.0",
|
||||
"cloudpickle",
|
||||
"py-spy >= 0.2.0",
|
||||
"aiohttp",
|
||||
"google",
|
||||
"grpcio"
|
||||
"numpy >= 1.16", "filelock", "jsonschema", "click", "colorama",
|
||||
"packaging", "pyyaml", "redis >= 3.3.2", "protobuf >= 3.8.0",
|
||||
"py-spy >= 0.2.0", "aiohttp", "google", "grpcio"
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user