Skip to content

Commit

Permalink
Merge pull request #50 from Jack-Etheredge/support-onnx-1.13.1
Browse files Browse the repository at this point in the history
Support onnx 1.13.1
  • Loading branch information
ayoub-assis authored Oct 25, 2023
2 parents a959cd9 + 8f07d2c commit 4f37e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sclblonnx/supported_onnx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"onnx_version" : {
"version_min" : "1.7.0",
"version_max" : "1.12.0",
"version_max" : "1.13.1",
"ir_version_min" : 7,
"ir_version_max" : 8,
"opset_min" : 12,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
install_requires=[
'numpy',
'onnxruntime',
'onnx>=1.7.0,<=1.12.0',
'onnx>=1.7.0,<=1.13.1',
'requests',
'onnxoptimizer',
'onnx-simplifier',
Expand Down

0 comments on commit 4f37e95

Please sign in to comment.