From 9f3d451add5061f1973094161ae8457e150ac827 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Thu, 1 Aug 2019 13:09:01 +0200 Subject: [PATCH] require proper version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39cde12..2044fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', @@ -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', ]