Skip to content

Commit db718ef

Browse files
committed
♻️ Revert accidental vllm update
Signed-off-by: Gaurav-Kumbhat <Gaurav.Kumbhat@ibm.com>
1 parent b2ce35f commit db718ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
dependencies = [
1616
"orjson>=3.10.16,<3.11",
1717
"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'",
18+
"vllm>=0.7.3,<0.7.4 ; sys_platform != 'darwin'",
1919
]
2020

2121
[project.optional-dependencies]

0 commit comments

Comments
 (0)