We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deac14a commit 5c52f46Copy full SHA for 5c52f46
setup.cfg
@@ -62,13 +62,11 @@ test =
62
pytest-xdist
63
pytest
64
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"
+ vllm>=0.10.0,<=0.10.2
+ fastapi
+ pydantic
+ requests
+ uvicorn
72
73
vlm =
74
Pillow
0 commit comments