Skip to content

Commit f270dc1

Browse files
authored
Bump ONNX and ORT in CI | chore(ci) (#1037)
ONNX 1.14.1; ORT 1.15.1
1 parent eff7e98 commit f270dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"pytest!=7.1.0",
2727
"pyyaml",
2828
)
29-
ONNX = "onnx==1.14.0"
30-
ONNX_RUNTIME = "onnxruntime==1.15.0"
29+
ONNX = "onnx==1.14.1"
30+
ONNX_RUNTIME = "onnxruntime==1.15.1"
3131
PYTORCH = "torch==2.0.1"
3232
ONNX_RUNTIME_NIGHTLY_DEPENDENCIES = (
3333
"flatbuffers",

0 commit comments

Comments
 (0)