Skip to content

Commit

Permalink
Merge pull request #1452 from sorgerlab/gilda-flask-deps
Browse files Browse the repository at this point in the history
Update Flask, Flask Restx, unpin Gilda
  • Loading branch information
bgyori committed Jul 19, 2024
2 parents e064450 + 55ab540 commit 3c232fb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,26 @@ def main():
'trips_offline': ['pykqml'],
'reach_offline': ['cython<3', 'pyjnius==1.1.4'],
'eidos_offline': ['cython<3', 'pyjnius==1.1.4'],
'hypothesis': ['gilda>=0.10.2'],
'hypothesis': ['gilda>1.0.0'],
'geneways': ['stemming', 'nltk<3.6'],
'bel': ['pybel>=0.15.0,<0.16.0'],
'sbml': ['python-libsbml'],
# Tools and analysis
'machine': ['pytz', 'tzlocal', 'tweepy', 'pyyaml>=5.1.0',
'click'],
'explanation': ['kappy==4.1.2', 'paths-graph'],
'grounding': ['adeft', 'gilda>=0.10.2'],
'grounding': ['adeft', 'gilda>1.0.0'],
# AWS interface and database
'aws': ['boto3', 'reportlab'],
# Utilities
'graph': ['pygraphviz'],
'plot': ['matplotlib'],
'isi': ['nltk<3.6', 'unidecode'],
'api': ['flask<2.0', 'flask_restx<0.4', 'flask_cors',
'docstring-parser', 'gunicorn',
'markupsafe<2.1.0'],
'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 3c232fb

Please sign in to comment.