Revision 84ac94a7a8b3bdd48de8e2bed0bbc5fdbe62fa21 authored by Bryna Hazelton on 09 September 2021, 21:54:20 UTC, committed by Matthew Kolopanis on 28 September 2021, 17:49:24 UTC
1 parent 1518f24
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