https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4101e7c3183c060243ac9d2053bf5f9598a0412b authored by Bryna Hazelton on 19 April 2022, 00:02:31 UTC, committed by Paul La Plante on 05 May 2022, 18:30:10 UTC
1 parent abfa630
Raw File
Tip revision: 4101e7c3183c060243ac9d2053bf5f9598a0412b authored by Bryna Hazelton on 19 April 2022, 00:02:31 UTC
Follow uvh5 convention in not saving baseline nums, Nbls in uvflag files
Tip revision: 4101e7c
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