From 8210cbceaebfb4f92a93a2357cbbd0454675e1dd Mon Sep 17 00:00:00 2001 From: David Plankensteiner Date: Fri, 21 Nov 2025 11:10:57 +0100 Subject: [PATCH] Bump kirin version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 902effad..a8ed6955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.10" dependencies = [ "numpy>=1.22.0", "scipy>=1.13.1", - "kirin-toolchain~=0.21.0", + "kirin-toolchain>=0.21.0,<0.23.0", "rich>=13.9.4", "pydantic>=1.3.0,<2.11.0", "pandas>=2.2.3",