diff --git a/pixi.lock b/pixi.lock index 51974968..2e486c40 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5131,7 +5131,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.9.1.dev0 - sha256: db29555bfcd2c17bb2c0cf5201a2827030da076865b9d8d5d1b1c83f57363127 + sha256: ff1ff80a920354ef8ce6926d6108b9bd4c2f61ece55d037c9ff5bfbc1eb2b23f requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 8897f3ea..162794dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ array-api-extra = { path = ".", editable = true } [tool.pixi.feature.lint.dependencies] typing-extensions = ">=4.15.0" pylint = ">=3.3.8" -mypy = ">=1.18.1" +mypy = ">=1.18.2" basedpyright = ">=1.31.4" numpydoc = ">=1.9.0,<2" # import dependencies for mypy: