Skip to content

Commit 7fc66bb

Browse files
authored
(fix): add dask upper bound for sparse issue (#1862)
* (fix): add `dask` bound for sparse issue * (chore): relnote * (fix): undo scientific python changes * (fix): no `mod` dask * (fix): remove deprecation schedule schange
1 parent 9838253 commit 7fc66bb

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
@@ -108,7 +108,8 @@ gpu = ["cupy"]
108108
cu12 = ["cupy-cuda12x"]
109109
cu11 = ["cupy-cuda11x"]
110110
# https://github.com/dask/dask/issues/11290
111-
dask = ["dask[array]>=2022.09.2,!=2024.8.*,!=2024.9.*"]
111+
# https://github.com/dask/dask/issues/11752
112+
dask = ["dask[array]>=2022.09.2,!=2024.8.*,!=2024.9.*,<2025.2.0"]
112113

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

0 commit comments

Comments
 (0)