diff --git a/pixi.lock b/pixi.lock index 0c6f731c..8ad1d62e 100644 --- a/pixi.lock +++ b/pixi.lock @@ -3936,7 +3936,7 @@ packages: - pypi: ./ name: array-api-extra version: 0.8.1.dev0 - sha256: 372435cdb1289323015e8675e2d91b881fec3f5f072e3ccedff93528b4800f2c + sha256: 1a38cc67f696d967e9f4281776a5668eb588f710797748c160147da5337035f9 requires_dist: - array-api-compat>=1.12.0,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 84dc07b8..80ba8af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1" numpy = ">=2.1.3" pytest = ">=8.3.5" hypothesis = ">=6.131.8" -dask-core = ">=2025.5.0" # No distributed, tornado, etc. +dask-core = ">=2025.5.1" # No distributed, tornado, etc. # NOTE: don't add cupy, jax, pytorch, or sparse here, # as they slow down mypy and are not portable across target OSs @@ -105,7 +105,7 @@ myst-parser = ">=4.0.1" sphinx-copybutton = ">=0.5.2" sphinx-autodoc-typehints = ">=1.25.3" # Needed to import parsed modules with autodoc -dask-core = ">=2025.5.0" # No distributed, tornado, etc. +dask-core = ">=2025.5.1" # No distributed, tornado, etc. pytest = ">=8.3.5" typing-extensions = ">=4.13.2" numpy = ">=2.1.3" @@ -135,7 +135,7 @@ numpy = "=1.22.0" # Note: JAX and PyTorch will install CPU variants. [tool.pixi.feature.backends.dependencies] pytorch = ">=2.7.0" -dask-core = ">=2025.5.0" # No distributed, tornado, etc. +dask-core = ">=2025.5.1" # No distributed, tornado, etc. sparse = ">=0.16.0" [tool.pixi.feature.backends.target.linux-64.dependencies]