Skip to content

Commit

Permalink
Restrict scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 7, 2024
1 parent 8467176 commit a59be39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ def main():
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn',
'markupsafe<2.1.0'],
'sklearn_belief': ['scikit-learn'],
# scikit-learn 1.5.0 breaks DisambManager.run_adeft_disambiguation
# see: https://github.com/gyorilab/adeft/issues/80
'sklearn_belief': ['scikit-learn<1.5.0'],
'owl': ['pronto'],
'tests':
['pytest',
Expand Down

0 comments on commit a59be39

Please sign in to comment.