mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Remove setup.py dependence on packaging. (#7714)
This commit is contained in:
+3
-3
@@ -171,9 +171,9 @@ def find_version(*filepath):
|
||||
|
||||
|
||||
requires = [
|
||||
"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"
|
||||
"numpy >= 1.16", "filelock", "jsonschema", "click", "colorama", "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