diff --git a/pixi.lock b/pixi.lock index 983d3b18..ebbb2e73 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4279,7 +4279,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: 4f3bbe7c191529a40b4e5d42e0a8cb1d1f357a11f956f341f3c34ebda070cb28 + sha256: bd71c29d957296645d11a2b45963ad66bfa4345e922db299b9c531e1a0583405 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index d22f95cb..95b3b43c 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.7" mypy = ">=1.17.0" -basedpyright = ">=1.30.1" +basedpyright = ">=1.31.0" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"