Skip to content

Commit 9b271c5

Browse files
authored
Backport PR #2319 on branch 0.12.x (fix: exclude scipy==1.17.0) (#2320)
1 parent 7f661fe commit 9b271c5

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
@@ -40,7 +40,7 @@ dependencies = [
4040
"pandas >=2.1.0, !=2.1.2, <3",
4141
"numpy>=1.26",
4242
# https://github.com/scverse/anndata/issues/1434
43-
"scipy >=1.12",
43+
"scipy >=1.12,!=1.17.0",
4444
"h5py>=3.8",
4545
"natsort",
4646
"packaging>=24.2",

0 commit comments

Comments
 (0)