Revision 6e9deb13602ebe93c8d547444328b6327df4368f authored by Bryna Hazelton on 03 December 2021, 22:12:58 UTC, committed by Jonathan Pober on 06 January 2022, 12:47:31 UTC
1 parent 4f60223
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top