Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
algaebrown authored Aug 27, 2020
1 parent 717c4ba commit d9c6545
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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",],
Expand Down

0 comments on commit d9c6545

Please sign in to comment.