Bump maximum version for onnx2tf to 1.26.3 (#18467)

Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
Mohammed Yasin 2024-12-31 20:57:12 +08:00 committed by GitHub
parent f932a611ab
commit 306c5f1d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -950,7 +950,7 @@ class Exporter:
"sng4onnx>=1.0.1", # required by 'onnx2tf' package "sng4onnx>=1.0.1", # required by 'onnx2tf' package
"onnx_graphsurgeon>=0.3.26", # required by 'onnx2tf' package "onnx_graphsurgeon>=0.3.26", # required by 'onnx2tf' package
"onnx>=1.12.0", "onnx>=1.12.0",
"onnx2tf>1.17.5,<=1.22.3", "onnx2tf>1.17.5,<=1.26.3",
"onnxslim>=0.1.31", "onnxslim>=0.1.31",
"tflite_support<=0.4.3" if IS_JETSON else "tflite_support", # fix ImportError 'GLIBCXX_3.4.29' "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 "flatbuffers>=23.5.26,<100", # update old 'flatbuffers' included inside tensorflow package