Skip to content

Commit

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

0 comments on commit 1043e1d

Please sign in to comment.