1
0
Fork 0

pin onnx to 1.14.1

pull/2206/head
George Hotz 2023-11-02 18:03:21 -07:00
parent 6621d2eb98
commit 51fd993f1f
1 changed files with 1 additions and 1 deletions

View File

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