[serve] Remove SLO code and blist dependency (#10075)

This commit is contained in:
Edward Oakes
2020-08-18 17:52:36 -05:00
committed by GitHub
parent 263df6163c
commit ba0f531da0
11 changed files with 8 additions and 230 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ if os.getenv("RAY_USE_NEW_GCS") == "on":
# in this directory
extras = {
"debug": [],
"serve": ["uvicorn", "flask", "blist", "requests"],
"serve": ["uvicorn", "flask", "requests"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}