Skip to content

Commit 0cd3573

Browse files
ilan-goldmeeseeksmachine
authored andcommitted
Backport PR scverse#1862: (fix): add dask upper bound for sparse issue
1 parent 04859be commit 0cd3573

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release-notes/1859.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bound `dask` due to {issue}`dask/dask#11752` {user}`ilan-gold`

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ gpu = ["cupy"]
107107
cu12 = ["cupy-cuda12x"]
108108
cu11 = ["cupy-cuda11x"]
109109
# https://github.com/dask/dask/issues/11290
110-
dask = ["dask[array]>=2022.09.2,!=2024.8.*,!=2024.9.*"]
110+
# https://github.com/dask/dask/issues/11752
111+
dask = ["dask[array]>=2022.09.2,!=2024.8.*,!=2024.9.*,<2025.2.0"]
111112

112113
[tool.hatch.version]
113114
source = "vcs"

0 commit comments

Comments
 (0)