mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:53:14 +08:00
[Serve] Refactor RequestMetadata and Query objects (#10483)
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ if os.getenv("RAY_USE_NEW_GCS") == "on":
|
||||
# in this directory
|
||||
extras = {
|
||||
"debug": [],
|
||||
"serve": ["uvicorn", "flask", "requests"],
|
||||
"serve": ["uvicorn", "flask", "requests", "dataclasses"],
|
||||
"tune": ["tabulate", "tensorboardX", "pandas"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user