diff --git a/pixi.lock b/pixi.lock index e686bf53..f73f2e5a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4196,7 +4196,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: e4f5b99a8d2416d6524c4c22232fdfe0331a93b67b528053532042186e998d66 + sha256: f83e26a4917e36e3729f14eee4af233f02056332e85a601e8731c6e983ede675 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 7cf724d2..428c2338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ typing-extensions = ">=4.14.0" pre-commit = ">=4.2.0" pylint = ">=3.3.7" mypy = ">=1.16.0" -basedpyright = ">=1.29.3" +basedpyright = ">=1.29.4" numpydoc = ">=1.8.0,<2" # import dependencies for mypy: array-api-strict = ">=2.3.1"