Revision 15c0503f66eb2c0992187bb9122ff183aa2e115c authored by Bryna Hazelton on 01 July 2021, 17:58:13 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent 064f5e1
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