https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ea36e167ae0346ae1e887cbaa5737ef3c1386f27 authored by Bryna Hazelton on 30 September 2021, 16:17:10 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 0d4e689
Raw File
Tip revision: ea36e167ae0346ae1e887cbaa5737ef3c1386f27 authored by Bryna Hazelton on 30 September 2021, 16:17:10 UTC
Update the changelog for write_ms
Tip revision: ea36e16
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