Files
cantera/interfaces/python_sdist/pyproject.toml
2023-04-25 18:14:19 -04:00

11 lines
268 B
TOML

[build-system]
# These versions are pinned to the latest versions at the time of this commit.
# Feel free to update as required.
requires = [
"setuptools==67.7.1",
"wheel",
"oldest-supported-numpy",
"Cython==0.29.34",
]
build-backend = "setuptools.build_meta"