We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647d1e5 commit 5a49918Copy full SHA for 5a49918
responses_api_models/vllm_model/pyproject.toml
@@ -18,12 +18,7 @@ name = "vllm-model"
18
version = "0.2.0rc0"
19
requires-python = ">=3.12"
20
dependencies = [
21
- "nemo-gym[dev]",
22
-
23
- # We specifically pin the vllm dependency because we have tested on this version.
24
- # Updated Thu Dec 11 2025 with vllm==0.11.2
25
- # License: Apache 2.0 https://github.com/vllm-project/vllm/blob/89988ec8c2a0c3e18e63767d9df5ca8f6b8ff21c/LICENSE
26
- "vllm==0.11.2",
+ "nemo-gym[dev]"
27
]
28
29
[build-system]
0 commit comments