Skip to content

Commit

Permalink
Merge pull request #491 from cov-lineages/tabulate-fix
Browse files Browse the repository at this point in the history
Tabulate fix
  • Loading branch information
aineniamh committed Oct 11, 2022
2 parents 9e6ee9a + fc146bb commit bf7add6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pangolin/__init__.py
@@ -1,5 +1,5 @@
_program = "pangolin"
__version__ = "4.1.2"
__version__ = "4.1.3"


__all__ = ["pangolearn",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -19,6 +19,7 @@
'pandas>=1.0.1',
"wheel>=0.34",
'joblib>=0.11',
'tabulate==0.8.10',
'scikit-learn>=0.23.1',
"PuLP>=2"
],
Expand Down

0 comments on commit bf7add6

Please sign in to comment.