Skip to content

Commit

Permalink
Revert "Try not restricting cython and pyjnius for python 3.10 install"
Browse files Browse the repository at this point in the history
This reverts commit 79ed55b.
  • Loading branch information
kkaris committed Jul 2, 2024
1 parent 79ed55b commit 90eba2c
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', 'pyjnius'],
'eidos_offline': ['cython', 'pyjnius'],
'reach_offline': ['cython<3', 'pyjnius==1.1.4'],
'eidos_offline': ['cython<3', 'pyjnius==1.1.4'],
'hypothesis': ['gilda>1.0.0'],
'geneways': ['stemming', 'nltk<3.6'],
'bel': ['pybel>=0.15.0,<0.16.0'],
Expand Down

0 comments on commit 90eba2c

Please sign in to comment.