Skip to content

Commit

Permalink
Also align flask_restx
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 27, 2024
1 parent 4fb55d0 commit 758c46a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ def main():
'graph': ['pygraphviz'],
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask>=3.0,<4.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn'],
'api': ['flask>=3.0,<4.0',
'flask_restx>=1.3.0',
'flask_cors',
'docstring-parser',
'gunicorn'],
# 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'],
Expand Down

0 comments on commit 758c46a

Please sign in to comment.