update onnx to 1.16.0 (#4127)

* update

* pass tests and skip tests
This commit is contained in:
geohotstan
2024-04-10 23:19:13 +08:00
committed by GitHub
parent 6bbbeb93ac
commit fe88591890
4 changed files with 24 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ setup(name='tinygrad',
"pillow",
"pytest",
"pytest-xdist",
"onnx==1.15.0",
"onnx==1.16.0",
"onnx2torch",
"opencv-python",
"tabulate",