https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC, committed by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
1 parent c3edaa1
Raw File
Tip revision: eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
More mods to the MS writer, trying to get pyuvdata gen'd datasets to match other example datasets.
Tip revision: eda92f1
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