Skip to content

Commit 8c95c03

Browse files
authored
Remove old bounds (#3611)
1 parent 671fd55 commit 8c95c03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/release-notes/3611.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Allow using {mod}`sklearn` ≥1.6, {doc}`dask:index` ≥2024.8, and `sphinx` ≥8.2.1 {smaller}`P Angerer`

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"seaborn>=0.13",
5555
"h5py>=3.8",
5656
"tqdm",
57-
"scikit-learn>=1.1,<1.6",
57+
"scikit-learn>=1.1",
5858
"statsmodels>=0.14",
5959
"patsy!=1.0.0", # https://github.com/pydata/patsy/issues/215
6060
"networkx>=2.8",
@@ -113,8 +113,7 @@ test-full = [
113113
"scanpy[dask-ml]",
114114
]
115115
doc = [
116-
# https://github.com/sphinx-doc/sphinx/issues/13366
117-
"sphinx>=7,<8.2.0",
116+
"sphinx >=7, !=8.2.0",
118117
"sphinx-book-theme>=1.1.0",
119118
"scanpydoc>=0.15.3",
120119
"sphinx-autodoc-typehints>=1.25.2",
@@ -150,7 +149,7 @@ scanorama = [ "scanorama" ] # Scanorama dataset integration
150149
scrublet = [ "scikit-image>=0.20" ] # Doublet detection with automatic thresholds
151150
# Acceleration
152151
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
154153
dask-ml = [ "dask-ml", "scanpy[dask]" ] # Dask-ML for sklearn-like API
155154

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

0 commit comments

Comments
 (0)