Skip to content

Commit 460e944

Browse files
deps: Update dependency dask-core to >=2025.5.1 (#316)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3791c8a commit 460e944

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.5.0" # No distributed, tornado, etc.
68+
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
6969
# NOTE: don't add cupy, jax, pytorch, or sparse 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.5.0" # No distributed, tornado, etc.
108+
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
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.7.0"
138-
dask-core = ">=2025.5.0" # No distributed, tornado, etc.
138+
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
139139
sparse = ">=0.16.0"
140140

141141
[tool.pixi.feature.backends.target.linux-64.dependencies]

0 commit comments

Comments
 (0)