Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 27, 2024
1 parent 744a1f4 commit 4fb55d0
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 @@ -35,7 +35,7 @@ def main():
'graph': ['pygraphviz'],
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask>=3.0,4.0', 'flask_restx<0.4', 'flask_cors',
'api': ['flask>=3.0,<4.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn'],
# scikit-learn 1.5.0 breaks DisambManager.run_adeft_disambiguation
# see: https://github.com/gyorilab/adeft/issues/80
Expand Down

0 comments on commit 4fb55d0

Please sign in to comment.