From c2faf1ef2267abed39bb71a5595d1df439b9e01f Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Wed, 5 Jun 2024 14:39:12 -0400 Subject: [PATCH] Increase Gilda requirement --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fe17cab4e1..b8596bb9b7 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 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'], @@ -28,7 +28,7 @@ def main(): '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