mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Revert "[Serve] Depend on uvicorn[standard] instead of uvicorn so that it pulls in uvloop (#25027)" (#25530)
This reverts commit 9a510f92cf
.
This commit is contained in:
parent
86837fa637
commit
aabe9e73ef
2 changed files with 2 additions and 8 deletions
|
@ -39,7 +39,7 @@ pandas>=1.3.0; python_version >= '3.7'
|
|||
scipy==1.4.1
|
||||
tabulate
|
||||
tensorboardX >= 1.9
|
||||
uvicorn[standard]==0.16.0
|
||||
uvicorn==0.16.0
|
||||
dataclasses; python_version < '3.7'
|
||||
starlette
|
||||
aiorwlock
|
||||
|
|
|
@ -217,13 +217,7 @@ if setup_spec.type == SetupType.RAY:
|
|||
"prometheus_client >= 0.7.1, < 0.14.0",
|
||||
"smart_open",
|
||||
],
|
||||
"serve": [
|
||||
"uvicorn[standard]==0.16.0",
|
||||
"requests",
|
||||
"starlette",
|
||||
"fastapi",
|
||||
"aiorwlock",
|
||||
],
|
||||
"serve": ["uvicorn==0.16.0", "requests", "starlette", "fastapi", "aiorwlock"],
|
||||
"tune": ["pandas", "tabulate", "tensorboardX>=1.9", "requests"],
|
||||
"k8s": ["kubernetes", "urllib3"],
|
||||
"observability": [
|
||||
|
|
Loading…
Add table
Reference in a new issue