Revision 7e8da6c9d9ce292e63066aeee458fab250c7ce83 authored by Garrett "Karto" Keating on 04 October 2021, 00:29:41 UTC, committed by Bryna Hazelton on 04 October 2021, 17:37:40 UTC
1 parent e99a34a
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