Revision 1e5daaf9a7d4fa9c6582374bce04f4b736472034 authored by Matthew Kolopanis on 10 February 2021, 16:45:05 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 3407c4e
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