Bump onnx==1.17.0 (#9618)

* bump

* remove resize tf_crop_and_resize

---------

Co-authored-by: chenyu <chenyu@fastmail.com>
This commit is contained in:
geohotstan
2025-03-30 15:21:51 +08:00
committed by GitHub
parent 7ef02d0e1c
commit a08b07b4da
4 changed files with 10 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ setup(name='tinygrad',
],
'testing': testing_minimal + [
"pillow",
"onnx==1.16.0",
"onnx==1.17.0",
"onnx2torch",
"onnxruntime",
"opencv-python",