Revision 5d2fdfa5b1528432370e086240975184015ac1f5 authored by Matthew Kolopanis on 23 September 2021, 16:30:06 UTC, committed by Bryna Hazelton on 28 September 2021, 00:06:24 UTC
1 parent b18cd8f
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