From 5df1412053bc88a34ecdbb1493bf9f294c9c62c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 17:22:14 +0000 Subject: [PATCH] Update dependency dask-core to >=0.20.2 --- pixi.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index dd8482ed..dfa7d2af 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: 6d813c93c26ecb99175e3d2ef2fff33e1125c0f9c1faf8835757e29ffa2c791d requires_dist: - array-api-compat>=1.11.2,<2 requires_python: '>=3.10' diff --git a/pyproject.toml b/pyproject.toml index 1ee87cc5..93e57930 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 = ">=0.20.2" # 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 = ">=0.20.2" pytest = "*" typing-extensions = "*" numpy = "*"