Revision d5515e11b331a26e14ead3c2bd2bd0cb19220596 authored by Bryna Hazelton on 14 October 2021, 22:50:31 UTC, committed by Bryna Hazelton on 14 October 2021, 23:15:15 UTC
to fix conda builds once and for all!
1 parent ea050a8
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