Skip to content

Commit ab496d5

Browse files
deps: Update dependency dask-core to >=2025.10.0 (#503)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40a7ec7 commit ab496d5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ numpydoc = ">=1.9.0,<2"
6363
array-api-strict = ">=2.4.1,<2.5"
6464
numpy = ">=2.1.3"
6565
hypothesis = ">=6.140.3"
66-
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
66+
dask-core = ">=2025.10.0" # No distributed, tornado, etc.
6767
dprint = ">=0.50.0,<0.51"
6868
lefthook = ">=1.13.6,<2"
6969
ruff = ">=0.14.0,<0.15"
@@ -120,7 +120,7 @@ myst-parser = ">=4.0.1"
120120
sphinx-copybutton = ">=0.5.2"
121121
sphinx-autodoc-typehints = ">=1.25.3"
122122
# Needed to import parsed modules with autodoc
123-
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
123+
dask-core = ">=2025.10.0" # No distributed, tornado, etc.
124124
pytest = ">=8.4.2"
125125
typing-extensions = ">=4.15.0"
126126
numpy = ">=2.1.3"
@@ -150,7 +150,7 @@ numpy = "=1.22.0"
150150
# Note: JAX and PyTorch will install CPU variants.
151151
[tool.pixi.feature.backends.dependencies]
152152
pytorch = ">=2.7.1"
153-
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
153+
dask-core = ">=2025.10.0" # No distributed, tornado, etc.
154154
sparse = ">=0.17.0"
155155

156156
[tool.pixi.feature.backends.target.linux-64.dependencies]
@@ -203,7 +203,7 @@ python-freethreading = "~=3.13.0"
203203
pytest-run-parallel = ">=0.7.0"
204204
numpy = ">=2.3.3"
205205
# pytorch = "*" # Not available on Python 3.13t yet
206-
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
206+
dask-core = ">=2025.10.0" # No distributed, tornado, etc.
207207
# sparse = "*" # numba not available on Python 3.13t yet
208208
# jax = "*" # ml_dtypes not available on Python 3.13t yet
209209

0 commit comments

Comments
 (0)