Revision 0eeee3093325e8a5d950dfe6059062a7d88f1cb4 authored by Bryna Hazelton on 17 March 2021, 19:43:11 UTC, committed by Paul La Plante on 30 March 2021, 19:16:52 UTC
1 parent e7bf4b8
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