https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 168dc4997ca63081e14fedee63d6d469c48449cd authored by Garrett "Karto" Keating on 28 September 2021, 21:16:49 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 3fe8371
Raw File
Tip revision: 168dc4997ca63081e14fedee63d6d469c48449cd authored by Garrett "Karto" Keating on 28 September 2021, 21:16:49 UTC
Adding testing skip for when casacore isn't installed w/ MIR-MS roundtrip
Tip revision: 168dc49
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