Skip to content

Commit

Permalink
Unpin cython and pyjnius
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 26, 2024
1 parent 19b1429 commit 6111671
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 @@ -18,8 +18,8 @@ def main():
extras_require = {
# Inputs and outputs
'trips_offline': ['pykqml'],
'reach_offline': ['cython<3', 'pyjnius==1.1.4'],
'eidos_offline': ['cython<3', 'pyjnius==1.1.4'],
'reach_offline': ['cython', 'pyjnius'],
'eidos_offline': ['cython', 'pyjnius'],
'hypothesis': ['gilda>1.0.0'],
'geneways': ['stemming', 'nltk<3.6'],
'bel': ['pybel>=0.15.0,<0.16.0'],
Expand Down

0 comments on commit 6111671

Please sign in to comment.