Skip to content

Commit

Permalink
update anndata pin, >=0.10.1
Browse files Browse the repository at this point in the history
Part of dropping Python 3.8 support; see #1785
  • Loading branch information
ryan-williams committed Sep 26, 2024
1 parent 424c897 commit 04fdfc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,17 +325,15 @@ def run(self):
zip_safe=False,
setup_requires=["pybind11"],
install_requires=[
# Tracked in https://github.com/single-cell-data/TileDB-SOMA/issues/1785
"anndata != 0.10.0",
"anndata>=0.10.1", # See https://github.com/single-cell-data/TileDB-SOMA/issues/1785
"attrs>=22.2",
"numba>=0.58.0",
"numpy<2.0",
"pandas",
"pyarrow",
"scanpy>=1.9.2",
"scipy",
# Note: the somacore version is in .pre-commit-config.yaml too
"somacore==1.0.17",
"somacore==1.0.17", # Keep this in sync with.pre-commit-config.yaml
"tiledb~=0.32.0",
"typing-extensions", # Note "-" even though `import typing_extensions`
],
Expand Down

0 comments on commit 04fdfc0

Please sign in to comment.