Skip to content

Commit

Permalink
fixed a requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
conchoecia committed May 14, 2019
1 parent fb486cd commit e63022e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cuttlery/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1613"
__version__ = "0.1614"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"matplotlib >= 2.0.2",
"biopython >= 1.68",
"pandas >= 0.20.1",
"numpy >= 1.12.1"
"numpy >= 1.12.1",
"seaborn"
],
entry_points={
'console_scripts': ['cuttlery=cuttlery.cuttlery_main:main'],
Expand Down

0 comments on commit e63022e

Please sign in to comment.