From 4805da37f5863429379d58a1dea01e740f447999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 12:20:59 +0000 Subject: [PATCH] deps: Update dependency array-api-compat to >=1.13.0,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 896b0aba..7f33eef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Typing :: Typed", ] dynamic = ["version"] -dependencies = ["array-api-compat>=1.12.0,<2"] +dependencies = ["array-api-compat>=1.13.0,<2"] [project.urls] Homepage = "https://github.com/data-apis/array-api-extra"