Skip to content

Commit 4fb55d0

Browse files
committed
Fix typo
1 parent 744a1f4 commit 4fb55d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main():
3535
'graph': ['pygraphviz'],
3636
'plot': ['matplotlib'],
3737
'isi': ['nltk<3.6', 'unidecode'],
38-
'api': ['flask>=3.0,4.0', 'flask_restx<0.4', 'flask_cors',
38+
'api': ['flask>=3.0,<4.0', 'flask_restx<0.4', 'flask_cors',
3939
'docstring-parser', 'gunicorn'],
4040
# scikit-learn 1.5.0 breaks DisambManager.run_adeft_disambiguation
4141
# see: https://github.com/gyorilab/adeft/issues/80

0 commit comments

Comments
 (0)