Skip to content

Commit

Permalink
require proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Aug 1, 2019
1 parent 3fe0c7d commit 9f3d451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module = 'anndata2ri'
author = 'Philipp A.'
author-email = 'flying-sheep@web.de'
home-page = 'https://github.com/flying-sheep/anndata2ri'
description-file='README.rst'
description-file = 'README.rst'
classifiers = [
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Development Status :: 4 - Beta',
Expand All @@ -20,7 +20,7 @@ classifiers = [
requires-python = '>= 3.6'
requires = [
'get_version',
'rpy2 >= 3.0.0.dev', # 3.0.1 fixes crashes!
'rpy2 >= 3.0.1',
'tzlocal', # for pandas2ri
'anndata',
]
Expand Down

0 comments on commit 9f3d451

Please sign in to comment.