We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18586bb commit 05e3b6eCopy full SHA for 05e3b6e
2 files changed
pyproject.toml
@@ -80,11 +80,11 @@ dependencies = [
80
81
[project.optional-dependencies]
82
inframework = []
83
-vllm = ["vllm~=0.14.1", "pandas", "timm"]
+vllm = ["vllm~=0.18.0", "pandas", "timm"]
84
trtllm = ["tensorrt-llm~=1.1.0", "cuda-python~=13.0.0"]
85
trt-onnx = [
86
"tensorrt==10.14.1.48.post1",
87
- "onnx==1.18.0",
+ "onnx==1.21.0",
88
"onnxscript>=0.6.0",
89
"transformers==4.51.3",
90
]
@@ -162,7 +162,7 @@ override-dependencies = [
162
"protobuf~=6.33.5",
163
"opencv-python-headless; sys_platform == 'never'",
164
"cryptography>=43.0.0,<47",
165
- "onnx<1.20.0"
+ "onnx<1.20.0",
166
167
prerelease = "allow"
168
0 commit comments