Skip to content

Commit

Permalink
Merge pull request #37 from marquette-ea/update-onnx
Browse files Browse the repository at this point in the history
Update the ONNX version to go up to 1.11
  • Loading branch information
MKaptein authored Jun 7, 2022
2 parents 355d848 + d5d6243 commit c48777b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.8.1",
"version_max" : "1.11.0",
"ir_version_min" : 7,
"ir_version_max" : 8,
"opset_min" : 12,
Expand Down Expand Up @@ -123,4 +123,4 @@
"float",
"int"
]
}
}
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.8.1',
'onnx>=1.7.0,<=1.11.0',
'requests',
'onnxoptimizer',
'onnx-simplifier',
Expand Down

0 comments on commit c48777b

Please sign in to comment.