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:
parent
f932a611ab
commit
306c5f1d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue