https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC, committed by Matthew Kolopanis on 13 January 2021, 19:33:22 UTC
1 parent 6e80df0
Raw File
Tip revision: 34afe814324e978a52d19ec1f37adb2db22ab248 authored by Bryna Hazelton on 13 January 2021, 17:24:56 UTC
remove the github docs build now that the RTD PR build is working
Tip revision: 34afe81
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top