Skip to content

Commit

Permalink
infra: bump minimal cython version spec in pyproject.toml to match nu…
Browse files Browse the repository at this point in the history
…mpy's recommendation
  • Loading branch information
neutrinoceros committed Jan 20, 2021
1 parent 3f14a2a commit 2926711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
requires = [
"setuptools>=19.6",
"wheel",
"Cython>=0.26.1",
# cython version is imposed by that of numpy, see release notes
# https://github.com/numpy/numpy/releases/tag/v1.18.4
"Cython>=0.29.15",
"numpy>=1.18.4; platform_system!='AIX'",
]

Expand Down

0 comments on commit 2926711

Please sign in to comment.