From 20d3b97e75c625f0d522303d2e36cec779f2ae02 Mon Sep 17 00:00:00 2001 From: nx-ayoub <165767462+nx-ayoub@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:47:01 +0100 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c0498b..9b33daf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=[ 'numpy', 'onnxruntime', - 'onnx>=1.7.0,<=1.13.1', + 'onnx>=1.7.0', 'requests', 'onnxoptimizer', 'onnxsim', From 62946d1fd6b566ad8f91750927d8f4241e2df9f4 Mon Sep 17 00:00:00 2001 From: nx-ayoub <165767462+nx-ayoub@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:48:19 +0100 Subject: [PATCH 2/2] Update supported_onnx.json --- sclblonnx/supported_onnx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sclblonnx/supported_onnx.json b/sclblonnx/supported_onnx.json index 3e4f93b..4671be4 100644 --- a/sclblonnx/supported_onnx.json +++ b/sclblonnx/supported_onnx.json @@ -1,11 +1,11 @@ { "onnx_version" : { "version_min" : "1.7.0", - "version_max" : "1.13.1", + "version_max" : "1.17.0", "ir_version_min" : 7, - "ir_version_max" : 8, + "ir_version_max" : 10, "opset_min" : 12, - "opset_max" : 13 + "opset_max" : 18 }, "operators" : [ "Abs",