From 3a60f49b3a0b4b1d6eaa47ed45a6c6f4a6aac8be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:26:38 +0000 Subject: [PATCH] Update dependency array-api-strict to >=1.1.1 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index b15108f5..b886982c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 671006024258074a30f40b61e94dadf3280234c2645ee4d0791fdcf445d919a8 + sha256: be7523c2bc2519d23eb7e92abc0466bbb70d37728f0b677e5acfd67350a2e212 requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 19d496ee..507f38c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ basedmypy = ">=2.10.0" basedpyright = "*" numpydoc = ">=1.8.0,<2" # import dependencies for mypy: -array-api-strict = "*" +array-api-strict = ">=1.1.1" numpy = "*" pytest = "*" hypothesis = "*" @@ -81,7 +81,7 @@ lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] } pytest = ">=6" pytest-cov = ">=3" hypothesis = "*" -array-api-strict = "*" +array-api-strict = ">=1.1.1" numpy = "*" [tool.pixi.feature.tests.tasks]