diff --git a/noxfile.py b/noxfile.py index 44de2a003..b842cd85c 100644 --- a/noxfile.py +++ b/noxfile.py @@ -27,7 +27,7 @@ "types-PyYAML", "typing_extensions", ) -ONNX = "onnx==1.15" +ONNX = "onnx==1.16" ONNX_RUNTIME = "onnxruntime==1.15.0" PYTORCH = "torch==2.2.2" TORCHVISON = "torchvision==0.17.2"