From 566f72957af4186960d6d1325602586cd19870b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:39:16 +0000 Subject: [PATCH] deps: Update dependency array-api-compat to >=1.15.0,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 750a88f4..7555123d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: Free Threading :: 3 - Stable", "Typing :: Typed", ] -dependencies = ["array-api-compat>=1.14.0,<2"] +dependencies = ["array-api-compat>=1.15.0,<2"] [project.urls] Homepage = "https://github.com/data-apis/array-api-extra"