@@ -65,7 +65,7 @@ array-api-strict = ">=2.3.1"
6565numpy = " >=2.1.3"
6666pytest = " >=8.3.5"
6767hypothesis = " >=6.131.8"
68- dask-core = " >=2025.5.0 " # No distributed, tornado, etc.
68+ dask-core = " >=2025.5.1 " # No distributed, tornado, etc.
6969# NOTE: don't add cupy, jax, pytorch, or sparse here,
7070# as they slow down mypy and are not portable across target OSs
7171
@@ -105,7 +105,7 @@ myst-parser = ">=4.0.1"
105105sphinx-copybutton = " >=0.5.2"
106106sphinx-autodoc-typehints = " >=1.25.3"
107107# 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.
109109pytest = " >=8.3.5"
110110typing-extensions = " >=4.13.2"
111111numpy = " >=2.1.3"
@@ -135,7 +135,7 @@ numpy = "=1.22.0"
135135# Note: JAX and PyTorch will install CPU variants.
136136[tool .pixi .feature .backends .dependencies ]
137137pytorch = " >=2.7.0"
138- dask-core = " >=2025.5.0 " # No distributed, tornado, etc.
138+ dask-core = " >=2025.5.1 " # No distributed, tornado, etc.
139139sparse = " >=0.16.0"
140140
141141[tool .pixi .feature .backends .target .linux-64 .dependencies ]
0 commit comments