https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b6a6d71dad01978458ba161be29db34eea0e71b6 authored by Garrett "Karto" Keating on 25 May 2021, 16:42:55 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 4edb112
Raw File
Tip revision: b6a6d71dad01978458ba161be29db34eea0e71b6 authored by Garrett "Karto" Keating on 25 May 2021, 16:42:55 UTC
Adding version info for multi-phase in UVH5
Tip revision: b6a6d71
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