diff --git a/pixi.lock b/pixi.lock index 50269d6f..1d957144 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4258,7 +4258,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.0.dev0 - sha256: 57393d05751698a82239e9154e8f81e433651ef9d5878cae43294d628ccf4b71 + sha256: c8906ad8a53818a8e2ac02e860eb8ce2d34eed356ab4e541c031120d107ceb7e requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 19a60433..ac4cb084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ array-api-extra = { path = ".", editable = true } typing-extensions = ">=4.14.1" pylint = ">=3.3.8" mypy = ">=1.17.1" -basedpyright = ">=1.31.1" +basedpyright = ">=1.31.2" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"