mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
11 lines
295 B
TOML
11 lines
295 B
TOML
[build-system]
|
|
# These versions are updated to the latest versions supported in cibuildwheel
|
|
# at the time of this commit. Feel free to update as required.
|
|
requires = [
|
|
"setuptools>=67.6.1",
|
|
"wheel",
|
|
"oldest-supported-numpy",
|
|
"Cython>=0.29.34",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|