Skip to content

Commit

Permalink
[python] Drop anndata version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 7, 2024
1 parent 39e9ab3 commit 03d6c00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ 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",
"attrs>=22.2",
"numba>=0.58.0",
"numpy<2.0",
Expand Down

0 comments on commit 03d6c00

Please sign in to comment.