Skip to content

Commit 34767a2

Browse files
deps: Update dependency dask-core to >=2025.9.1
1 parent db2a6ef commit 34767a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ numpydoc = ">=1.9.0,<2"
6464
array-api-strict = ">=2.4.1,<2.5"
6565
numpy = ">=2.1.3"
6666
hypothesis = ">=6.138.3"
67-
dask-core = ">=2025.9.0" # No distributed, tornado, etc.
67+
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
6868
dprint = ">=0.50.0,<0.51"
6969
lefthook = ">=1.13.1,<2"
7070
ruff = ">=0.12.12,<0.13"
@@ -121,7 +121,7 @@ myst-parser = ">=4.0.1"
121121
sphinx-copybutton = ">=0.5.2"
122122
sphinx-autodoc-typehints = ">=1.25.3"
123123
# Needed to import parsed modules with autodoc
124-
dask-core = ">=2025.9.0" # No distributed, tornado, etc.
124+
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
125125
pytest = ">=8.4.2"
126126
typing-extensions = ">=4.15.0"
127127
numpy = ">=2.1.3"
@@ -151,7 +151,7 @@ numpy = "=1.22.0"
151151
# Note: JAX and PyTorch will install CPU variants.
152152
[tool.pixi.feature.backends.dependencies]
153153
pytorch = ">=2.7.1"
154-
dask-core = ">=2025.9.0" # No distributed, tornado, etc.
154+
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
155155
sparse = ">=0.17.0"
156156

157157
[tool.pixi.feature.backends.target.linux-64.dependencies]
@@ -204,7 +204,7 @@ python-freethreading = "~=3.13.0"
204204
pytest-run-parallel = ">=0.6.1"
205205
numpy = ">=2.3.2"
206206
# pytorch = "*" # Not available on Python 3.13t yet
207-
dask-core = ">=2025.9.0" # No distributed, tornado, etc.
207+
dask-core = ">=2025.9.1" # No distributed, tornado, etc.
208208
# sparse = "*" # numba not available on Python 3.13t yet
209209
# jax = "*" # ml_dtypes not available on Python 3.13t yet
210210

0 commit comments

Comments
 (0)