https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1198023021c34e7cba4717289e99bff49ed96589 authored by Garrett "Karto" Keating on 30 September 2021, 03:46:34 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent ab5fdc3
Raw File
Tip revision: 1198023021c34e7cba4717289e99bff49ed96589 authored by Garrett "Karto" Keating on 30 September 2021, 03:46:34 UTC
Lots of additional testing, including individual table manipulations
Tip revision: 1198023
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