https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC, committed by Matthew Kolopanis on 17 December 2021, 17:58:40 UTC
1 parent ebe9ca5
Raw File
Tip revision: 40089a61c61f32ecd1f48fa9e297aab3b35960e3 authored by Bryna Hazelton on 10 December 2021, 21:58:57 UTC
Add support for baseline coordinate suffixes in uvfits files
Tip revision: 40089a6
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