Skip to content

Commit

Permalink
Remove extra line in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv authored Oct 20, 2023
1 parent 38b7cb6 commit 7db68e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7db68e1

Please sign in to comment.