Skip to content

Commit

Permalink
pyproject: bump minimum vllm version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jun 20, 2024
1 parent 88d3e1b commit 1d34d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
requires-python = ">=3.9"
dynamic = ["version"]
dependencies = [
"vllm>=0.4.3",
"vllm>=0.5.0",
"prometheus_client==0.20.0",
"grpcio==1.62.1",
"grpcio-health-checking==1.62.1",
Expand Down

0 comments on commit 1d34d8f

Please sign in to comment.