Skip to content

Commit 20675cf

Browse files
authored
ci: fix min-vers install time, skip yanked release (#3923)
1 parent 40d3860 commit 20675cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ magic = [ "magic-impute>=2.0.4" ] # MAGIC imputation method
143143
skmisc = [ "scikit-misc>=0.5.1" ] # highly_variable_genes method 'seurat_v3'
144144
harmony = [ "harmonypy" ] # Harmony dataset integration
145145
scanorama = [ "scanorama" ] # Scanorama dataset integration
146-
scrublet = [ "scikit-image>=0.23" ] # Doublet detection with automatic thresholds
146+
scrublet = [ "scikit-image>=0.23.1" ] # Doublet detection with automatic thresholds
147147
# Acceleration
148148
rapids = [ "cudf>=0.9", "cuml>=0.9", "cugraph>=0.9" ] # GPU accelerated calculation of neighbors
149149
dask = [ "dask[array]>=2024.5.1", "anndata[dask]" ] # Use the Dask parallelization engine

0 commit comments

Comments
 (0)