From 306c5f1d3e29cab54e880dade71ea1c394ec9bf5 Mon Sep 17 00:00:00 2001 From: Mohammed Yasin <32206511+Y-T-G@users.noreply.github.com> Date: Tue, 31 Dec 2024 20:57:12 +0800 Subject: [PATCH] Bump maximum version for onnx2tf to 1.26.3 (#18467) Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> --- ultralytics/engine/exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultralytics/engine/exporter.py b/ultralytics/engine/exporter.py index 796f3fb2..5a249caf 100644 --- a/ultralytics/engine/exporter.py +++ b/ultralytics/engine/exporter.py @@ -950,7 +950,7 @@ class Exporter: "sng4onnx>=1.0.1", # required by 'onnx2tf' package "onnx_graphsurgeon>=0.3.26", # required by 'onnx2tf' package "onnx>=1.12.0", - "onnx2tf>1.17.5,<=1.22.3", + "onnx2tf>1.17.5,<=1.26.3", "onnxslim>=0.1.31", "tflite_support<=0.4.3" if IS_JETSON else "tflite_support", # fix ImportError 'GLIBCXX_3.4.29' "flatbuffers>=23.5.26,<100", # update old 'flatbuffers' included inside tensorflow package