From 758c46a71aa63fc5d682258c8f2f0144602c9b0a Mon Sep 17 00:00:00 2001 From: kkaris Date: Thu, 6 Jun 2024 12:08:57 -0700 Subject: [PATCH] Also align flask_restx --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 028983d0c1..211af33177 100644 --- a/setup.py +++ b/setup.py @@ -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'],