https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7c1636949a60553d8ef9bfe7d93c158b4a1ab976 authored by Garrett "Karto" Keating on 30 September 2021, 03:47:28 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 1198023
Raw File
Tip revision: 7c1636949a60553d8ef9bfe7d93c158b4a1ab976 authored by Garrett "Karto" Keating on 30 September 2021, 03:47:28 UTC
Fixing comments, odds and ends errors that were revealed in further testing
Tip revision: 7c16369
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