@@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1"
65
65
numpy = " >=2.1.3"
66
66
pytest = " >=8.3.5"
67
67
hypothesis = " >=6.131.8"
68
- dask-core = " >=2025.5.0 " # No distributed, tornado, etc.
68
+ dask-core = " >=2025.5.1 " # No distributed, tornado, etc.
69
69
# NOTE: don't add cupy, jax, pytorch, or sparse here,
70
70
# as they slow down mypy and are not portable across target OSs
71
71
@@ -105,7 +105,7 @@ myst-parser = ">=4.0.1"
105
105
sphinx-copybutton = " >=0.5.2"
106
106
sphinx-autodoc-typehints = " >=1.25.3"
107
107
# Needed to import parsed modules with autodoc
108
- dask-core = " >=2025.5.0 " # No distributed, tornado, etc.
108
+ dask-core = " >=2025.5.1 " # No distributed, tornado, etc.
109
109
pytest = " >=8.3.5"
110
110
typing-extensions = " >=4.13.2"
111
111
numpy = " >=2.1.3"
@@ -135,7 +135,7 @@ numpy = "=1.22.0"
135
135
# Note: JAX and PyTorch will install CPU variants.
136
136
[tool .pixi .feature .backends .dependencies ]
137
137
pytorch = " >=2.7.0"
138
- dask-core = " >=2025.5.0 " # No distributed, tornado, etc.
138
+ dask-core = " >=2025.5.1 " # No distributed, tornado, etc.
139
139
sparse = " >=0.16.0"
140
140
141
141
[tool .pixi .feature .backends .target .linux-64 .dependencies ]
0 commit comments