From 7db68e1298fb4b5e5c146c8b81ccce7486740a85 Mon Sep 17 00:00:00 2001 From: nguyenv Date: Fri, 20 Oct 2023 15:30:50 -0500 Subject: [PATCH] Remove extra line in setup.py --- apis/python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apis/python/setup.py b/apis/python/setup.py index ca181f5ad3..111fe29f73 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -272,7 +272,6 @@ 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'", # Tracked in https://github.com/single-cell-data/TileDB-SOMA/issues/1785 "anndata != 0.10.0; python_version>='3.8'", "attrs>=22.2",