Skip to content

Commit 4c5d16f

Browse files
deps: Update dask to >=2025.4.1
1 parent 5cd2dbc commit 4c5d16f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1"
6565
numpy = ">=2.1.3"
6666
pytest = ">=8.3.5"
6767
hypothesis = ">=6.131.8"
68-
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
68+
dask-core = ">=2025.4.1" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
7070
# as they slow down mypy and are not portable across target OSs
7171

@@ -105,7 +105,7 @@ myst-parser = ">=4.0.1"
105105
sphinx-copybutton = ">=0.5.2"
106106
sphinx-autodoc-typehints = ">=1.25.3"
107107
# Needed to import parsed modules with autodoc
108-
dask-core = ">=2025.3.0"
108+
dask-core = ">=2025.4.1"
109109
pytest = ">=8.3.5"
110110
typing-extensions = ">=4.13.2"
111111
numpy = ">=2.1.3"
@@ -135,7 +135,7 @@ numpy = "=1.22.0"
135135
# Note: JAX and PyTorch will install CPU variants.
136136
[tool.pixi.feature.backends.dependencies]
137137
pytorch = ">=2.6.0"
138-
dask = ">=2025.3.0"
138+
dask = ">=2025.4.1"
139139
numba = ">=0.61.2" # sparse dependency
140140
llvmlite = ">=0.44.0" # sparse dependency
141141

0 commit comments

Comments
 (0)