@@ -64,7 +64,7 @@ numpydoc = ">=1.9.0,<2"
6464array-api-strict = " >=2.4.1,<2.5"
6565numpy = " >=2.1.3"
6666hypothesis = " >=6.138.3"
67- dask-core = " >=2025.9.0 " # No distributed, tornado, etc.
67+ dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
6868dprint = " >=0.50.0,<0.51"
6969lefthook = " >=1.13.1,<2"
7070ruff = " >=0.12.12,<0.13"
@@ -121,7 +121,7 @@ myst-parser = ">=4.0.1"
121121sphinx-copybutton = " >=0.5.2"
122122sphinx-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.
125125pytest = " >=8.4.2"
126126typing-extensions = " >=4.15.0"
127127numpy = " >=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 ]
153153pytorch = " >=2.7.1"
154- dask-core = " >=2025.9.0 " # No distributed, tornado, etc.
154+ dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
155155sparse = " >=0.17.0"
156156
157157[tool .pixi .feature .backends .target .linux-64 .dependencies ]
@@ -204,7 +204,7 @@ python-freethreading = "~=3.13.0"
204204pytest-run-parallel = " >=0.6.1"
205205numpy = " >=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