mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:08:13 +08:00
[Serve] Reimplement BackendConfig as pydantic model (#10389)
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", "dataclasses"],
|
||||
"serve": ["uvicorn", "flask", "requests", "pydantic", "dataclasses"],
|
||||
"tune": ["tabulate", "tensorboardX", "pandas"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user