Skip to content

Commit

Permalink
Add upper bound for scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Jan 4, 2025
1 parent 79e0b74 commit e358ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"pyarrow",
"typing_extensions!=4.6.0",
"python-dateutil",
"scipy<1.15.0", # backed sparse is incompatible with 1.15.0 for anndata 1.11.1
"pandas>=2.0.0", # for .infer_objects(copy=False) in lamin-utils
"anndata>=0.8.0,<=0.11.1", # will upgrade to new anndata releases
"fsspec",
Expand Down

0 comments on commit e358ca4

Please sign in to comment.