Skip to content

Commit

Permalink
pyproject.toml (build-system requires): Use Cython 3.0.10, drop 'whee…
Browse files Browse the repository at this point in the history
…l' (now implied) (#199)
  • Loading branch information
mkoeppe committed Jun 25, 2024
1 parent 29b7aa2 commit a1b22ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
'setuptools',
'wheel',
'Cython == 3.0.4',
'Cython == 3.0.10',
# https://numpy.org/devdocs/user/depending_on_numpy.html#build-time-dependency
# from https://github.com/scipy/oldest-supported-numpy/pull/78#issuecomment-1747936818:
"oldest-supported-numpy; platform_python_implementation != 'PyPy'",
Expand Down

0 comments on commit a1b22ea

Please sign in to comment.