We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d3860 commit 20675cfCopy full SHA for 20675cf
1 file changed
pyproject.toml
@@ -143,7 +143,7 @@ magic = [ "magic-impute>=2.0.4" ] # MAGIC imputation method
143
skmisc = [ "scikit-misc>=0.5.1" ] # highly_variable_genes method 'seurat_v3'
144
harmony = [ "harmonypy" ] # Harmony dataset integration
145
scanorama = [ "scanorama" ] # Scanorama dataset integration
146
-scrublet = [ "scikit-image>=0.23" ] # Doublet detection with automatic thresholds
+scrublet = [ "scikit-image>=0.23.1" ] # Doublet detection with automatic thresholds
147
# Acceleration
148
rapids = [ "cudf>=0.9", "cuml>=0.9", "cugraph>=0.9" ] # GPU accelerated calculation of neighbors
149
dask = [ "dask[array]>=2024.5.1", "anndata[dask]" ] # Use the Dask parallelization engine
0 commit comments