Skip to content

Commit

Permalink
[python] Use AnnData 0.10.1 (#1784) (#1786)
Browse files Browse the repository at this point in the history
* [python] Use AnnData 0.10.1

* code-review feedback

Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
github-actions[bot] and johnkerl authored Oct 11, 2023
1 parent 4e3a518 commit 09a61e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ def run(self):
install_requires=[
# Needed for Python 3.7 which anndata 0.9 doesn't support but we do
"anndata < 0.9; python_version<'3.8'",
# Temporary until we align with a compatibility issue in AnnData 0.10.0.
# This is tracked in https://github.com/single-cell-data/TileDB-SOMA/issues/1765.
"anndata < 0.10.0; python_version>='3.8'",
# Tracked in https://github.com/single-cell-data/TileDB-SOMA/issues/1785
"anndata != 0.10.0; python_version>='3.8'",
"attrs>=22.2",
# Pinning numba & its particular numpy constraints:
# The old pip solver (<=2020) doesn't deal with the transitive
Expand Down

0 comments on commit 09a61e9

Please sign in to comment.