Revision c8afbed3af1becc1f153aebb57a580323b826b1f authored by Garrett Keating on 15 February 2021, 13:58:34 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent c202ab9
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