diff --git a/pixi.lock b/pixi.lock index 607b2635..0f272774 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5135,7 +5135,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: f0fea5d9245898f46f278e362eb43a806e033dff825db5cb213a4d1968af8a41 + sha256: dce80875c2a04003951180182569613652633da33a599336207bcfdd46a202c7 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 0c43d5e8..0f5aeb99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ array-api-extra = { path = ".", editable = true } typing-extensions = ">=4.15.0" pylint = ">=3.3.8" mypy = ">=1.17.1" -basedpyright = ">=1.31.3" +basedpyright = ">=1.31.4" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: array-api-strict = ">=2.4.1,<2.5"