Skip to content

Commit ca1c46e

Browse files
authored
Limit package version of onnx (#1579)
1 parent df7898c commit ca1c46e

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
@@ -24,7 +24,7 @@ classifiers = [
2424
license = {text = "Apache License v2.0"}
2525
requires-python = ">=3.8"
2626
dependencies = [
27-
"onnx>=1.16",
27+
"onnx>=1.16,<=1.17.0",
2828
"onnxoptimizer==0.3.13; python_version < '3.12'",
2929
"polygraphy>=0.49.20",
3030
]

0 commit comments

Comments
 (0)