Add dashboard dependencies to default ray installation (#9447)

This commit is contained in:
Max Fitton
2020-07-20 10:53:08 -07:00
committed by GitHub
parent d0398bf7e1
commit 051973ad23
2 changed files with 2 additions and 28 deletions
+2 -1
View File
@@ -96,7 +96,6 @@ if os.getenv("RAY_USE_NEW_GCS") == "on":
extras = {
"debug": [],
"dashboard": ["requests", "gpustat"],
"serve": ["uvicorn", "flask", "blist", "requests"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}
@@ -268,6 +267,7 @@ install_requires = [
"colorama",
"filelock",
"google",
"gpustat",
"grpcio",
"jsonschema",
"msgpack >= 0.6.0, < 2.0.0",
@@ -275,6 +275,7 @@ install_requires = [
"protobuf >= 3.8.0",
"py-spy >= 0.2.0",
"pyyaml",
"requests",
"redis >= 3.3.2, < 3.5.0",
]