We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ba21d commit 9abae52Copy full SHA for 9abae52
setup.py
@@ -38,7 +38,7 @@ def find_version(*file_paths):
38
url="https://github.com/gtonkinhill/panaroo",
39
install_requires=[
40
'networkx', 'gffutils', 'BioPython', 'joblib', 'tqdm', 'edlib',
41
- 'scipy', 'numpy', 'matplotlib', 'sklearn', 'plotly', 'dendropy',
+ 'scipy', 'numpy', 'matplotlib', 'scikit-learn', 'plotly', 'dendropy',
42
'intbitset', 'biocode'
43
],
44
python_requires='>=3.6.0',
0 commit comments