swh:1:snp:c620569d678b2408d5e724cee3b970571da2a614
Raw File
Tip revision: 1c25fdc31e80602da8eab04f70fd2dc49cc0e5a9 authored by Bryna Hazelton on 17 June 2022, 20:51:29 UTC
Try removing the conda `defaults` channel to fix azure pipelines c++
Tip revision: 1c25fdc
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