https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ee91bbea9a97fe5a82f12fcc855620e3583607f4 authored by Garrett "Karto" Keating on 20 July 2021, 17:38:40 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 2c9c561
Raw File
Tip revision: ee91bbea9a97fe5a82f12fcc855620e3583607f4 authored by Garrett "Karto" Keating on 20 July 2021, 17:38:40 UTC
More updates to ms writer, not seems to work for multi-source and flex-spw
Tip revision: ee91bbe
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