Skip to content

Commit

Permalink
Specify zmq Version Requirement (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanzhiMao authored Nov 10, 2024
1 parent 520f009 commit ed53ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = ["requests", "tqdm", "numpy", "IPython"]
[project.optional-dependencies]
runtime_common = ["aiohttp", "decord", "fastapi", "hf_transfer", "huggingface_hub", "interegular",
"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"]
srt = ["sglang[runtime_common]", "torch", "vllm==0.6.3.post1"]

Expand Down

0 comments on commit ed53ac8

Please sign in to comment.