From 451d20ccfaf0e7be3b67d496c45796e2ea10f978 Mon Sep 17 00:00:00 2001 From: Justin Chu Date: Thu, 26 Jun 2025 11:21:10 -0700 Subject: [PATCH] Bump onnx ir requirement to 0.1.3 Signed-off-by: Justin Chu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14dcc52e54..ddc521df54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "ml_dtypes", "numpy", - "onnx_ir>=0.1.1,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range. + "onnx_ir>=0.1.3,<2", # Expect onnx_ir to have a breaking change in 2.0. If not, extend this range. "onnx>=1.16", "packaging", "typing_extensions>=4.10",