Skip to content

Commit 885ff53

Browse files
committed
Backport PR #2319: fix: exclude \scipy==1.17.0\
1 parent 7f661fe commit 885ff53

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)