We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce35f commit db718efCopy full SHA for db718ef
pyproject.toml
@@ -15,7 +15,7 @@ classifiers = [
15
dependencies = [
16
"orjson>=3.10.16,<3.11",
17
"vllm @ git+https://github.com/vllm-project/vllm.git@v0.7.3 ; sys_platform == 'darwin'",
18
- "vllm>=0.7.3,<0.9.0 ; sys_platform != 'darwin'",
+ "vllm>=0.7.3,<0.7.4 ; sys_platform != 'darwin'",
19
]
20
21
[project.optional-dependencies]
0 commit comments