Skip to content

Commit

Permalink
chore(deps): pin cython<3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaneed committed Nov 28, 2023
1 parent 24f505f commit 8b3713e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cyarray
Cython>=0.20
Cython<3.0
setuptools>=6.0
numpy
pytest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def setup_package():

# The requirements.
install_requires = [
'cyarray', 'numpy', 'Cython>=0.20', 'setuptools>=6.0', 'mpi4py>=1.2'
'cyarray', 'numpy', 'Cython<3.0', 'setuptools>=6.0', 'mpi4py>=1.2'
]
tests_require = ["pytest>=3.0"]
docs_require = ["sphinx"]
Expand Down

0 comments on commit 8b3713e

Please sign in to comment.