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:
Yi Cheng 2022-06-06 23:41:42 +00:00 committed by GitHub
parent 86837fa637
commit aabe9e73ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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": [