Skip to content

Commit

Permalink
Merge pull request #2417 from Ericgig/bug.39v5_cython_req
Browse files Browse the repository at this point in the history
Syncronize setup.cfg and pyproject.toml requirements
  • Loading branch information
Ericgig committed May 6, 2024
2 parents 320996b + 7e38492 commit b6ed047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
"packaging",
"wheel",
"cython>=0.29.20; python_version>='3.10'",
"cython>=0.29.20,<3.0.3; python_version<='3.9'",
"cython>=0.29.20,<3.0.0; python_version<='3.9'",
# See https://numpy.org/doc/stable/user/depending_on_numpy.html for
# the recommended way to build against numpy's C API:
"oldest-supported-numpy",
Expand Down

0 comments on commit b6ed047

Please sign in to comment.