Unverified Commit ed53ac84 authored by Huanzhi (Hans) Mao's avatar Huanzhi (Hans) Mao Committed by GitHub
Browse files

Specify `zmq` Version Requirement (#1982)

parent 520f0094
...@@ -18,7 +18,7 @@ dependencies = ["requests", "tqdm", "numpy", "IPython"] ...@@ -18,7 +18,7 @@ dependencies = ["requests", "tqdm", "numpy", "IPython"]
[project.optional-dependencies] [project.optional-dependencies]
runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "interegular", runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "interegular",
"orjson", "packaging", "pillow", "prometheus-client>=0.20.0", "psutil", "pydantic", "python-multipart", "orjson", "packaging", "pillow", "prometheus-client>=0.20.0", "psutil", "pydantic", "python-multipart",
"torchao", "uvicorn", "uvloop", "zmq", "torchao", "uvicorn", "uvloop", "zmq>=25.1.2",
"outlines>=0.0.44", "modelscope"] "outlines>=0.0.44", "modelscope"]
srt = ["sglang[runtime_common]", "torch", "vllm==0.6.3.post1"] srt = ["sglang[runtime_common]", "torch", "vllm==0.6.3.post1"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment