Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wagner committed Dec 6, 2016
2 parents bae48fa + 1d3e744 commit 0bc5cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
long_description = fh.read()

install_requires = [
'future>= 0.15.2, <1',
'future>= 0.16, <1',
'six>= 1.10.0, <2',
'unicodecsv>= 0.14.1, <1',
'xlsxwriter>= 0.7.7, <1',
Expand All @@ -54,13 +54,13 @@
'scipy>=0.14, <1',
'scikit-learn>=0.14, <1',
'plotly>=1.9.6, <2',
'genometools==2.0.3',
'genometools>=0.2, <0.3',
])

setup(
name='gopca',

version='2.1.4',
version='0.2.0',

description=description,
long_description=long_description,
Expand Down

0 comments on commit 0bc5cc3

Please sign in to comment.