Revision bf5357d53a336b479dd3906ffe9efa4f9b19e9ce authored by Bryna Hazelton on 23 September 2021, 23:47:29 UTC, committed by Matthew Kolopanis on 28 September 2021, 18:46:02 UTC
1 parent ead292e
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