Skip to content

Commit

Permalink
Revert "hotfix Cython<3, else can't install"
Browse files Browse the repository at this point in the history
This reverts commit 9a3efe2.
  • Loading branch information
musicinmybrain committed Nov 10, 2023
1 parent 366d0d3 commit 5888501
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<3.0
cython
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 @@ -2,6 +2,6 @@
requires = [
"setuptools",
"oldest-supported-numpy",
"cython<3.0"
"cython"
]
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<3.0
cython
numpy
pytest
dateparser
Expand Down

0 comments on commit 5888501

Please sign in to comment.