Revision 6baad0118a4dde3e43084104e946381dccc9ef47 authored by Matthew Kolopanis on 16 September 2021, 19:00:01 UTC, committed by Bryna Hazelton on 28 September 2021, 00:06:24 UTC
1 parent 5d8b5ce
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