@@ -63,7 +63,7 @@ numpydoc = ">=1.9.0,<2"
6363array-api-strict = " >=2.4.1,<2.5"
6464numpy = " >=2.1.3"
6565hypothesis = " >=6.140.3"
66- dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
66+ dask-core = " >=2025.10.0 " # No distributed, tornado, etc.
6767dprint = " >=0.50.0,<0.51"
6868lefthook = " >=1.13.6,<2"
6969ruff = " >=0.14.0,<0.15"
@@ -120,7 +120,7 @@ myst-parser = ">=4.0.1"
120120sphinx-copybutton = " >=0.5.2"
121121sphinx-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.
124124pytest = " >=8.4.2"
125125typing-extensions = " >=4.15.0"
126126numpy = " >=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 ]
152152pytorch = " >=2.7.1"
153- dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
153+ dask-core = " >=2025.10.0 " # No distributed, tornado, etc.
154154sparse = " >=0.17.0"
155155
156156[tool .pixi .feature .backends .target .linux-64 .dependencies ]
@@ -203,7 +203,7 @@ python-freethreading = "~=3.13.0"
203203pytest-run-parallel = " >=0.7.0"
204204numpy = " >=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