diff --git a/pixi.lock b/pixi.lock index dd8482ed..cf752631 100644 --- a/pixi.lock +++ b/pixi.lock @@ -5232,7 +5232,7 @@ packages: - pypi: . name: array-api-extra version: 0.7.2.dev0 - sha256: 5903d9459bdb738a19a239b5a816a18a374e7f5d00b1f493c1d436f60f9fc0cf + sha256: e080746bb84b4917e2dac5c8bb100673d0472c2ce6a4a6636c0d2bb3a1a8a1d1 requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 1ee87cc5..3750cf13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1" numpy = "*" pytest = "*" hypothesis = "*" -dask-core = "*" # No distributed, tornado, etc. +dask-core = ">=2025.3.0" # No distributed, tornado, etc. # NOTE: don't add jax, pytorch, sparse, cupy here # as they slow down mypy and are not portable across target OSs @@ -105,7 +105,7 @@ myst-parser = ">=0.13" sphinx-copybutton = "*" sphinx-autodoc-typehints = "*" # Needed to import parsed modules with autodoc -dask-core = "*" +dask-core = ">=2025.3.0" pytest = "*" typing-extensions = "*" numpy = "*"