Skip to content

Commit

Permalink
(fix): upper bound dask by 2024.8.0 (#1580)
Browse files Browse the repository at this point in the history
* (fix): upper bound `dask`

* (fix): pr number

* (fix): remove `mod`
  • Loading branch information
ilan-gold committed Aug 8, 2024
1 parent 823bb0d commit 0302f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/0.10.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Coerce {class}`numpy.matrix` classes to arrays when trying to store them in `AnnData` {pr}`1516` {user}`flying-sheep`
* Fix for setting a dense `X` view with a sparse matrix {pr}`1532` {user}`ilan-gold`
* Upper bound {mod}`numpy` for `gpu` installation on account of https://github.com/cupy/cupy/issues/8391 {pr}`1540` {user}`ilan-gold`
* Upper bound dask on account of https://github.com/scverse/anndata/issues/1579 {pr}`1580` {user}`ilan-gold`

#### Documentation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test = [
"boltons",
"scanpy",
"httpx", # For data downloading
"dask[array,distributed]>=2022.09.2",
"dask[array,distributed]>=2022.09.2,<2024.8.0",
"awkward>=2.3",
"pyarrow",
"pytest_memray",
Expand Down

0 comments on commit 0302f23

Please sign in to comment.