https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 65888ef85723e8264a1783fef9bab72a7ec7a8ec authored by Bryna Hazelton on 26 February 2021, 19:51:08 UTC, committed by Jonathan Pober on 03 March 2021, 17:31:46 UTC
1 parent 8f60aa5
Raw File
Tip revision: 65888ef85723e8264a1783fef9bab72a7ec7a8ec authored by Bryna Hazelton on 26 February 2021, 19:51:08 UTC
Fix bug in MWA beam coordinates
Tip revision: 65888ef
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