pin onnx to 1.14.1

This commit is contained in:
George Hotz
2023-11-02 18:03:21 -07:00
parent 6621d2eb98
commit 51fd993f1f

View File

@@ -44,7 +44,7 @@ setup(name='tinygrad',
"torch",
"pytest",
"pytest-xdist",
"onnx",
"onnx==1.14.1",
"onnx2torch",
"opencv-python",
"tabulate",