Revision 6712b542897316e03c74273d576feefe1d307e01 authored by Bryna Hazelton on 06 January 2022, 00:39:31 UTC, committed by Jonathan Pober on 06 January 2022, 12:47:31 UTC
1 parent 6e9deb1
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