Revision 51d2089ad3bcc911c3d240e49878551db1a92fc8 authored by Garrett Keating on 19 October 2020, 22:07:29 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a5b436e
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