Skip to content

Commit c48777b

Browse files
authored
Merge pull request scailable#37 from marquette-ea/update-onnx
Update the ONNX version to go up to 1.11
2 parents 355d848 + d5d6243 commit c48777b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sclblonnx/supported_onnx.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"onnx_version" : {
33
"version_min" : "1.7.0",
4-
"version_max" : "1.8.1",
4+
"version_max" : "1.11.0",
55
"ir_version_min" : 7,
66
"ir_version_max" : 8,
77
"opset_min" : 12,
@@ -123,4 +123,4 @@
123123
"float",
124124
"int"
125125
]
126-
}
126+
}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'numpy',
2727
'onnxruntime',
28-
'onnx==1.8.1',
28+
'onnx>=1.7.0,<=1.11.0',
2929
'requests',
3030
'onnxoptimizer',
3131
'onnx-simplifier',

0 commit comments

Comments
 (0)