Skip to content

Commit 5c52f46

Browse files
Remove Python version < 3.13 constraint from vllm extra dependencies (#4125)
1 parent deac14a commit 5c52f46

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

setup.cfg

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ test =
6262
pytest-xdist
6363
pytest
6464
vllm =
65-
# vLLM package does not yet support Python 3.13. These constraints can be lifted once support is added:
66-
# see https://github.com/vllm-project/vllm/pull/13164
67-
vllm>=0.10.0,<=0.10.2; python_version < "3.13"
68-
fastapi; python_version < "3.13"
69-
pydantic; python_version < "3.13"
70-
requests; python_version < "3.13"
71-
uvicorn; python_version < "3.13"
65+
vllm>=0.10.0,<=0.10.2
66+
fastapi
67+
pydantic
68+
requests
69+
uvicorn
7270

7371
vlm =
7472
Pillow

0 commit comments

Comments
 (0)