https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0c3d3c0a3efe2cbed127e6d386a8fbf924e432ac authored by Garrett "Karto" Keating on 12 May 2021, 00:02:12 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 63cc5e6
Raw File
Tip revision: 0c3d3c0a3efe2cbed127e6d386a8fbf924e432ac authored by Garrett "Karto" Keating on 12 May 2021, 00:02:12 UTC
Fixing up some differences in how frame_pa is handled between file types
Tip revision: 0c3d3c0
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