latest torch and onnx should be fine

This commit is contained in:
2023-03-22 23:33:50 -07:00
parent 51e19ac25c
commit f5aea472a3
+2 -2
View File
@@ -34,10 +34,10 @@ setup(name='tinygrad',
"pre-commit",
],
'testing': [
"torch~=1.13.0",
"torch",
"pytest",
"pytest-xdist",
"onnx~=1.13.0",
"onnx",
"onnx2torch",
"opencv-python",
],