Revision ede19944c2f0c995751ab4bb864d4a2ea3d3d1cc authored by Bryna Hazelton on 14 July 2022, 22:12:32 UTC, committed by Bryna Hazelton on 14 July 2022, 22:12:40 UTC
1 parent 0cc0a6f
Raw File
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top