Fix serve dependencies (#9192)

This commit is contained in:
Edward Oakes
2020-06-29 12:44:04 -05:00
committed by GitHub
parent bc140b69cc
commit 87e47c4a53
10 changed files with 80 additions and 106 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":
extras = {
"debug": [],
"dashboard": ["requests", "gpustat"],
"serve": ["uvicorn", "flask", "blist"],
"serve": ["uvicorn", "flask", "blist", "requests"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}