Skip to content

Commit

Permalink
Update test dependencies (#1114)
Browse files Browse the repository at this point in the history
ORT -> 1.16.1 / PyTorch -> 2.1
  • Loading branch information
justinchuby authored Oct 25, 2023
1 parent c68468e commit 67f790b
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 @@
"pyyaml",
)
ONNX = "onnx==1.14.1"
ONNX_RUNTIME = "onnxruntime==1.16.0"
PYTORCH = "torch==2.0.1"
ONNX_RUNTIME = "onnxruntime==1.16.1"
PYTORCH = "torch==2.1.0"
ONNX_RUNTIME_NIGHTLY_DEPENDENCIES = (
"flatbuffers",
"coloredlogs",
Expand Down

0 comments on commit 67f790b

Please sign in to comment.