Skip to content

Commit

Permalink
Upgrade ONNX version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fatcat-z committed May 6, 2024
1 parent 1043e1d commit 4e1ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types-PyYAML",
"typing_extensions",
)
ONNX = "onnx==1.15"
ONNX = "onnx==1.16"
ONNX_RUNTIME = "onnxruntime==1.15.0"
PYTORCH = "torch==2.2.2"
TORCHVISON = "torchvision==0.17.2"
Expand Down

0 comments on commit 4e1ba06

Please sign in to comment.