Skip to content

Commit 10d26ef

Browse files
committed
update deps
1 parent 5a37647 commit 10d26ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"scikit": ["scikit-learn"],
9292
"test": ["parameterized", "pytest-cov", "pytest-rerunfailures", "pytest-xdist", "pytest"],
9393
# vllm is not available on Windows
94-
# vllm 0.7.3 causes hanging while gathering. temporary pinning the version until the issue is resolved
95-
"vllm": ["vllm==0.7.2; sys_platform != 'win32'", "fastapi", "requests"],
94+
"vllm": ["vllm>=0.7.0; sys_platform != 'win32'", "fastapi", "pydantic", "requests", "uvicorn"],
9695
"vlm": ["Pillow"],
9796
}
9897
EXTRAS["dev"] = []

0 commit comments

Comments
 (0)