From 08e1995ebb20b4adf722b856edbf8691ff04df61 Mon Sep 17 00:00:00 2001 From: Felix Jentzsch Date: Wed, 14 Jan 2026 17:40:08 +0100 Subject: [PATCH] Increase onnx version limit from <=1.16.1 to <=1.17.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4d1ea8fc..1707dde0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = protobuf>=3.20.3 bitstring>=3.1.7 numpy>=1.24.1 - onnx>=1.13.0, <=1.16.1 + onnx>=1.13.0, <=1.17.0 onnxruntime>=1.16.1, <=1.23.2 onnxscript>=0.1.0 sigtools>=4.0.1