Skip to content
Snippets Groups Projects
Commit 0efa89f8 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Pypy 3.9 wheels: Allow newer numpy to avoid build failures

parent b69f660f
No related branches found
No related tags found
No related merge requests found
Pipeline #457162 passed
[build-system]
# Minimum requirements for the build system to execute.
requires = ["setuptools>=42.0.0", "wheel>=0.34.2", "oldest-supported-numpy", "pybind11>=2.5.0"] # PEP 508 specifications.
requires = [
"setuptools>=42.0.0",
"wheel>=0.34.2",
"numpy;python_version >= '3.9' and platform_python_implementation == 'PyPy'",
"oldest-supported-numpy;python_version < '3.9' or platform_python_implementation != 'PyPy'",
"pybind11>=2.5.0"
]
build-backend = "setuptools.build_meta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment