https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a5d2ac8
Raw File
Tip revision: 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC
Fixing util docstrings (and a few others) based on review comments
Tip revision: 002db67
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