File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change
1
+ Allow using {mod}` sklearn ` ≥1.6, {doc}` dask:index ` ≥2024.8, and ` sphinx ` ≥8.2.1 {smaller}` P Angerer `
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies = [
54
54
" seaborn>=0.13" ,
55
55
" h5py>=3.8" ,
56
56
" tqdm" ,
57
- " scikit-learn>=1.1,<1.6 " ,
57
+ " scikit-learn>=1.1" ,
58
58
" statsmodels>=0.14" ,
59
59
" patsy!=1.0.0" , # https://github.com/pydata/patsy/issues/215
60
60
" networkx>=2.8" ,
@@ -113,8 +113,7 @@ test-full = [
113
113
" scanpy[dask-ml]" ,
114
114
]
115
115
doc = [
116
- # https://github.com/sphinx-doc/sphinx/issues/13366
117
- " sphinx>=7,<8.2.0" ,
116
+ " sphinx >=7, !=8.2.0" ,
118
117
" sphinx-book-theme>=1.1.0" ,
119
118
" scanpydoc>=0.15.3" ,
120
119
" sphinx-autodoc-typehints>=1.25.2" ,
@@ -150,7 +149,7 @@ scanorama = [ "scanorama" ] # Scanorama dataset integration
150
149
scrublet = [ " scikit-image>=0.20" ] # Doublet detection with automatic thresholds
151
150
# Acceleration
152
151
rapids = [ " cudf>=0.9" , " cuml>=0.9" , " cugraph>=0.9" ] # GPU accelerated calculation of neighbors
153
- dask = [ " dask[array]>=2023.5.1,<2024.8.0 " ] # Use the Dask parallelization engine
152
+ dask = [ " dask[array]>=2023.5.1" ] # Use the Dask parallelization engine
154
153
dask-ml = [ " dask-ml" , " scanpy[dask]" ] # Dask-ML for sklearn-like API
155
154
156
155
[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments