From 09a61e9ba331b3be12c6722bdf25c4ae23e76afc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:27:20 -0400 Subject: [PATCH] [python] Use AnnData 0.10.1 (#1784) (#1786) * [python] Use AnnData 0.10.1 * code-review feedback Co-authored-by: John Kerl --- apis/python/setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apis/python/setup.py b/apis/python/setup.py index 515d8bc413..829bd464f4 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -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