Skip to content

Commit 7080bf1

Browse files
committed
constrain python for vllm
1 parent 8f34eab commit 7080bf1

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
@@ -6,7 +6,7 @@ authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = "^3.10"
9+
python = ">=3.10,<3.13"
1010
numpy = ">=1.26.0, <3.0.0"
1111
pandas = "^2.2.2"
1212
tqdm = "^4.66.5"

0 commit comments

Comments
 (0)