@@ -64,7 +64,7 @@ numpydoc = ">=1.9.0,<2"
64
64
array-api-strict = " >=2.4.1,<2.5"
65
65
numpy = " >=2.1.3"
66
66
hypothesis = " >=6.138.3"
67
- dask-core = " >=2025.9.0 " # No distributed, tornado, etc.
67
+ dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
68
68
dprint = " >=0.50.0,<0.51"
69
69
lefthook = " >=1.13.1,<2"
70
70
ruff = " >=0.12.12,<0.13"
@@ -121,7 +121,7 @@ myst-parser = ">=4.0.1"
121
121
sphinx-copybutton = " >=0.5.2"
122
122
sphinx-autodoc-typehints = " >=1.25.3"
123
123
# 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.
125
125
pytest = " >=8.4.2"
126
126
typing-extensions = " >=4.15.0"
127
127
numpy = " >=2.1.3"
@@ -151,7 +151,7 @@ numpy = "=1.22.0"
151
151
# Note: JAX and PyTorch will install CPU variants.
152
152
[tool .pixi .feature .backends .dependencies ]
153
153
pytorch = " >=2.7.1"
154
- dask-core = " >=2025.9.0 " # No distributed, tornado, etc.
154
+ dask-core = " >=2025.9.1 " # No distributed, tornado, etc.
155
155
sparse = " >=0.17.0"
156
156
157
157
[tool .pixi .feature .backends .target .linux-64 .dependencies ]
@@ -204,7 +204,7 @@ python-freethreading = "~=3.13.0"
204
204
pytest-run-parallel = " >=0.6.1"
205
205
numpy = " >=2.3.2"
206
206
# 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.
208
208
# sparse = "*" # numba not available on Python 3.13t yet
209
209
# jax = "*" # ml_dtypes not available on Python 3.13t yet
210
210
0 commit comments