Skip to content

Commit 3920c90

Browse files
committed
deps: bump minimum vllm version to 0.7.2
1 parent 178d4ba commit 3920c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pyv: ["3.12"]
3535
vllm_version:
3636
# - "" # skip the pypi version as it will not work on CPU
37-
- "git+https://github.com/vllm-project/vllm@v0.6.6.post1"
37+
- "git+https://github.com/vllm-project/vllm@v0.7.2"
3838
- "git+https://github.com/vllm-project/vllm@main"
3939
- "git+https://github.com/opendatahub-io/vllm@main"
4040

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">=3.9"
2727
dynamic = ["version"]
2828
dependencies = [
29-
"vllm>=0.6.4.post2",
29+
"vllm>=0.7.2",
3030
"prometheus_client==0.21.1",
3131
"grpcio==1.70.0",
3232
"grpcio-health-checking==1.70.0",

0 commit comments

Comments
 (0)