Skip to content

Commit

Permalink
don't install anndata on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 11, 2018
1 parent f791b71 commit 4282caf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
test_requires = [
'nose2',
'pandas',
'pathlib',
'anndata',
'coverage',
'coveralls'
]

if sys.version_info[0] == 3:
test_requires += ['anndata']

doc_requires = [
'sphinx',
'sphinxcontrib-napoleon',
Expand Down

0 comments on commit 4282caf

Please sign in to comment.