Skip to content

Commit

Permalink
latest torch and onnx should be fine
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Mar 23, 2023
1 parent 51e19ac commit f5aea47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"pre-commit",
],
'testing': [
"torch~=1.13.0",
"torch",
"pytest",
"pytest-xdist",
"onnx~=1.13.0",
"onnx",
"onnx2torch",
"opencv-python",
],
Expand Down

0 comments on commit f5aea47

Please sign in to comment.