Skip to content

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gtonkinhill committed Dec 11, 2022
1 parent c4ba21d commit 9abae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def find_version(*file_paths):
url="https://github.com/gtonkinhill/panaroo",
install_requires=[
'networkx', 'gffutils', 'BioPython', 'joblib', 'tqdm', 'edlib',
'scipy', 'numpy', 'matplotlib', 'sklearn', 'plotly', 'dendropy',
'scipy', 'numpy', 'matplotlib', 'scikit-learn', 'plotly', 'dendropy',
'intbitset', 'biocode'
],
python_requires='>=3.6.0',
Expand Down

0 comments on commit 9abae52

Please sign in to comment.