Skip to content

Commit

Permalink
[python] Unpin scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 7, 2025
1 parent 34c3618 commit fc27af1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,7 @@ def run(self):
"pandas",
"pyarrow",
"scanpy>=1.9.2",
# https://github.com/single-cell-data/TileDB-SOMA/issues/3444
# https://github.com/scverse/anndata/issues/1802
"scipy<1.15.0",
"scipy",
# Note: the somacore version is also in .pre-commit-config.yaml
"somacore==1.0.26",
"typing-extensions", # Note "-" even though `import typing_extensions`
Expand Down

0 comments on commit fc27af1

Please sign in to comment.