Skip to content

Commit

Permalink
Increase Gilda requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jun 5, 2024
1 parent cdad159 commit c2faf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ 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
Expand Down

0 comments on commit c2faf1e

Please sign in to comment.