https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0418a4e1af494c7e534f999d17a1ea35fd28ed3c authored by Bryna Hazelton on 17 June 2022, 20:51:29 UTC, committed by Matthew Kolopanis on 12 July 2022, 19:04:48 UTC
1 parent 037803b
Raw File
Tip revision: 0418a4e1af494c7e534f999d17a1ea35fd28ed3c 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: 0418a4e
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top