https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 4371013
Raw File
Tip revision: a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC
More docstring fixes, making sure to pass check arguments to MIR reader
Tip revision: a59f4d2
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