https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cd78848fe8b9abedc7de1af992978996f5b4c56a authored by Garrett Keating on 30 December 2020, 02:19:00 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent e02cc1e
Raw File
Tip revision: cd78848fe8b9abedc7de1af992978996f5b4c56a authored by Garrett Keating on 30 December 2020, 02:19:00 UTC
Minor tweaks to MS reader
Tip revision: cd78848
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