Skip to content

Commit

Permalink
[python] Unpin scipy (#3526) (#3528)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
github-actions[bot] and johnkerl authored Jan 7, 2025
1 parent 1dcc2e4 commit e94e677
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 e94e677

Please sign in to comment.