Revision 7893283687279e53a595790f869f4436ed78f4f7 authored by Bryna Hazelton on 08 February 2022, 21:32:54 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent 43dc7ac
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