https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent a683050
Raw File
Tip revision: c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC
Update changelog
Tip revision: c2c9e18
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