https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8757646f5e64c7eabc1dc9cb4dab168942af32b2 authored by Garrett Keating on 21 April 2021, 16:08:25 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent c2f8378
Raw File
Tip revision: 8757646f5e64c7eabc1dc9cb4dab168942af32b2 authored by Garrett Keating on 21 April 2021, 16:08:25 UTC
More minor post-review changes, mostly added docstrings and error messages
Tip revision: 8757646
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