https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dcf28c65444a2c5c10689e8aa8913c72c7c3d77d authored by Bryna Hazelton on 28 July 2021, 20:22:35 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent ab34bc6
Raw File
Tip revision: dcf28c65444a2c5c10689e8aa8913c72c7c3d77d authored by Bryna Hazelton on 28 July 2021, 20:22:35 UTC
Add test for UVFlag flag_array
Tip revision: dcf28c6
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