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 7a86547 commit 188411fCopy full SHA for 188411f
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
dependencies = [
28
"ml_dtypes",
29
"numpy",
30
- "onnx_ir>=0.1.1,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range.
+ "onnx_ir>=0.1.3,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range.
31
"onnx>=1.16",
32
"packaging",
33
"typing_extensions>=4.10",
0 commit comments