Skip to content

Commit

Permalink
attempt to work around anndata 0.10.0 [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 9, 2023
1 parent e55dcd3 commit 30cf2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def run(self):
"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.9.0; python_version>='3.8'",
"anndata < 0.10.0; python_version>='3.8'",
"attrs>=22.2",
"numba~=0.58.0; python_version>='3.8'",
# Older numba version needed for Python3.7.
Expand Down

0 comments on commit 30cf2d6

Please sign in to comment.