Skip to content

Commit 67f790b

Browse files
authored
Update test dependencies (#1114)
ORT -> 1.16.1 / PyTorch -> 2.1
1 parent c68468e commit 67f790b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"pyyaml",
2828
)
2929
ONNX = "onnx==1.14.1"
30-
ONNX_RUNTIME = "onnxruntime==1.16.0"
31-
PYTORCH = "torch==2.0.1"
30+
ONNX_RUNTIME = "onnxruntime==1.16.1"
31+
PYTORCH = "torch==2.1.0"
3232
ONNX_RUNTIME_NIGHTLY_DEPENDENCIES = (
3333
"flatbuffers",
3434
"coloredlogs",

0 commit comments

Comments
 (0)