Skip to content

Commit

Permalink
⬆️ Remove the pin on scipy (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd authored Oct 21, 2024
1 parent 73e32d3 commit 6eaed01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ dependencies = [
"typing_extensions!=4.6.0",
"python-dateutil",
"anndata>=0.8.0,<=0.10.9", # will upgrade to new anndata releases
"scipy<1.13.0rc1", # Artifact.open for older anndata is incompatible otherwise
"fsspec",
"pandas",
"graphviz",
"psycopg2-binary",
]
Expand All @@ -55,7 +53,7 @@ zarr = [
"zarr>=2.16.0",
]
fcs = [
"readfcs>=1.1.8",
"readfcs>=1.1.9",
]
erdiagram = [
"django-schema-graph",
Expand Down

0 comments on commit 6eaed01

Please sign in to comment.