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"