From d9c6545cd72fd1b510a184d5c82e44725f5cec88 Mon Sep 17 00:00:00 2001 From: Hsuan-lin Her Date: Thu, 27 Aug 2020 13:58:39 -0700 Subject: [PATCH] Update setup.py --- setup.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.py b/setup.py index b4a1466..e01859b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name = "clipper", long_description = long_description, - version = "0.2.0", + version = "2.0.0", packages = find_packages(), cmdclass = {'build_ext' : build_ext}, ext_modules = [readsToWiggle, peaks], @@ -26,13 +26,13 @@ }, install_requires = ['setuptools', - 'pysam >= 0.6', - 'numpy >= 1.5.1 ', - 'scipy >= 0.11.0', - 'matplotlib >= 1.1.0', - 'pybedtools >= 0.5', - 'scikit-learn >= 0.13.0', - 'HTSeq >= 0.6.1' + 'pysam >= 0.15.3', + 'numpy >= 1.18.5 ', + 'scipy >= 1.5.0', + 'matplotlib >= 3.2.2', + 'pybedtools >= 0.8.1', + 'scikit-learn >= 0.23.1', + 'HTSeq >= 0.11.3' ], setup_requires = ["setuptools_git >= 0.3",],