Skip to content

Commit

Permalink
[python] Temporarily pin to AnnData 0.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Oct 9, 2023
1 parent cb1e5d0 commit 61a6231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
@@ -269,7 +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'",
"anndata; python_version>='3.8'",
# Temporary until we align with a compatibility issue in AnnData 0.10.0
"anndata=~0.9.0; python_version>='3.8'",
"attrs>=22.2",
"numba~=0.58.0; python_version>='3.8'",
# Older numba version needed for Python3.7.

0 comments on commit 61a6231

Please sign in to comment.