Revision 551d7c06998d5426d0e51795176eb1ea9a3e8967 authored by Garrett Keating on 06 January 2021, 05:58:33 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 570d72f
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