Skip to content

Commit

Permalink
Merge pull request #234 from holgern/hotfix_cython3
Browse files Browse the repository at this point in the history
hotfix Cython<3, else can't install
  • Loading branch information
skjerns authored Jul 20, 2023
2 parents 4084207 + 9a3efe2 commit 7919e51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nose
cython
cython<3.0
numpy
pytest
dateparser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ requires = [
"setuptools",
"wheel",
"oldest-supported-numpy",
"cython"
"cython<3.0"
]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ wheel
flake8
nose
coverage
cython
cython<3.0
numpy
pytest
dateparser
Expand Down

0 comments on commit 7919e51

Please sign in to comment.