Skip to content

Commit 134c816

Browse files
authored
📦 Update vllm upper bound to 0.7.3 to disallow breaking changes (#28)
* 📦 Update vllm upper bound to 0.7.3 to disallow breaking changes Signed-off-by: Gaurav-Kumbhat <[email protected]> * :pin: Pin to 0.7.2 for mac builds Signed-off-by: Gaurav-Kumbhat <[email protected]> --------- Signed-off-by: Gaurav-Kumbhat <[email protected]>
1 parent 54050ae commit 134c816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ classifiers = [
1313
]
1414

1515
dependencies = [
16-
"vllm @ git+https://github.com/vllm-project/[email protected].1 ; sys_platform == 'darwin'",
17-
"vllm>=0.7.1 ; sys_platform != 'darwin'",
16+
"vllm @ git+https://github.com/vllm-project/[email protected].2 ; sys_platform == 'darwin'",
17+
"vllm>=0.7.0,<0.7.3 ; sys_platform != 'darwin'",
1818
]
1919

2020
[project.optional-dependencies]

0 commit comments

Comments
 (0)