Skip to content

Commit

Permalink
[python] Pre-emptively avoid SciPy 1.15, pending a bugfix (#3445)
Browse files Browse the repository at this point in the history
* [python] Pre-emptively avoid scipy 1.15

* code-review feedback
  • Loading branch information
johnkerl authored Dec 15, 2024
1 parent 8eed6dc commit b30dd60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,9 @@ def run(self):
"pandas",
"pyarrow",
"scanpy>=1.9.2",
"scipy",
# https://github.com/single-cell-data/TileDB-SOMA/issues/3444
# https://github.com/scverse/anndata/issues/1802
"scipy<1.15.0",
# Note: the somacore version is also in .pre-commit-config.yaml
"somacore==1.0.24",
"typing-extensions", # Note "-" even though `import typing_extensions`
Expand Down

0 comments on commit b30dd60

Please sign in to comment.