Revision 1a07c8239358f065a3e2a42ad8ecfd1c4f31143c authored by Paul La Plante on 13 September 2021, 16:11:56 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent ab83608
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