Revision 8a160b67ed6b6dd4ee4c18395a6359c19cdaea65 authored by Bryna Hazelton on 13 January 2022, 03:30:58 UTC, committed by Matthew Kolopanis on 20 January 2022, 16:48:36 UTC
1 parent 7bf3244
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