Skip to content

Commit

Permalink
bumping hyphy-python version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Dec 11, 2017
1 parent e87d79a commit a65e416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sys.path.insert(0, join(split(abspath(__file__))[0], 'lib'))

setup(name='hivclustering',
version="1.2.7",
version="1.2.8",
description='HIV molecular clustering tools',
author='Sergei Kosakovsky Pond',
author_email='[email protected]',
Expand All @@ -24,7 +24,7 @@
],
install_requires=[
'biopython-extensions >= 0.18.0',
'hyphy-python >= 0.1.7',
'hyphy-python >= 0.1.8',
'hyphy-helper >= 0.9.6',
],
)

0 comments on commit a65e416

Please sign in to comment.