Skip to content

Commit 9abae52

Browse files
committed
updated dependency
1 parent c4ba21d commit 9abae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_version(*file_paths):
3838
url="https://github.com/gtonkinhill/panaroo",
3939
install_requires=[
4040
'networkx', 'gffutils', 'BioPython', 'joblib', 'tqdm', 'edlib',
41-
'scipy', 'numpy', 'matplotlib', 'sklearn', 'plotly', 'dendropy',
41+
'scipy', 'numpy', 'matplotlib', 'scikit-learn', 'plotly', 'dendropy',
4242
'intbitset', 'biocode'
4343
],
4444
python_requires='>=3.6.0',

0 commit comments

Comments
 (0)