Skip to content

Commit 0513e33

Browse files
committed
chore: bump onnx to 1.18
1 parent 14f20ce commit 0513e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typing_extensions>=4.10",
2929
"ml-dtypes",
3030
)
31-
ONNX = "onnx==1.17"
31+
ONNX = "onnx==1.18"
3232
ONNX_RUNTIME = "onnxruntime==1.23.0"
3333
PYTORCH = "torch==2.7.1"
3434
TORCHVISON = "torchvision==0.22.1"

0 commit comments

Comments
 (0)