Skip to content

Commit b4fc9bd

Browse files
authored
chore: use dask bound from anndata (#3737)
1 parent 79ba550 commit b4fc9bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/release-notes/3737.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use `dask` version from `anndata` for the `[dask]` extra in `scanpy` {smaller}`I Gold`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ scanorama = [ "scanorama" ] # Scanorama dataset integ
143143
scrublet = [ "scikit-image>=0.20.0" ] # Doublet detection with automatic thresholds
144144
# Acceleration
145145
rapids = [ "cudf>=0.9", "cuml>=0.9", "cugraph>=0.9" ] # GPU accelerated calculation of neighbors
146-
dask = [ "dask[array]>=2023.5.1" ] # Use the Dask parallelization engine
146+
dask = [ "dask[array]>=2023.5.1", "anndata[dask]" ] # Use the Dask parallelization engine
147147
dask-ml = [ "dask-ml", "scanpy[dask]" ] # Dask-ML for sklearn-like API
148148

149149
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)