Revision b5cc1fb93fdee83f2d86cf09f58a1e81ef31505e authored by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC, committed by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC
1 parent bae5713
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