Revision c7c61861272cfc20db492f11d9c48488b1dd6b5a authored by Matthew Kolopanis on 04 June 2021, 14:31:55 UTC, committed by Matthew Kolopanis on 16 September 2021, 15:21:33 UTC
1 parent 57eed04
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