Skip to content

Commit

Permalink
Use sklearn <= 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda authored Jan 20, 2021
1 parent e503c51 commit b07db52
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 @@ -9,7 +9,7 @@
install_requires = [
'argparse',
'biopython>=1.70,<=1.76', # support for structured comments from version 1.70, removed Alphabet in version 1.78
'scikit-learn>=0.18.2', # needed for antiSMASH compatibility
'scikit-learn>=0.18.2,<=0.21.3', # sklearn with random forest compatibility
'pandas>=0.24.1',
'numpy>=1.16.1,<1.17',
'keras>=2.2.4,<2.3.0',
Expand Down

0 comments on commit b07db52

Please sign in to comment.