Revision 65e66326cebe5441f956c6f2e7de0b0edc3cf946 authored by Garrett Keating on 05 January 2021, 18:25:50 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 52d1e2b
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