Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jun 6, 2024
1 parent 757601c commit 894747f
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'],
'sklearn_belief': ['scikit-learn'],
'owl': ['pronto'],
Expand Down

0 comments on commit 894747f

Please sign in to comment.