https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision abcf058856e3e357ed1e58b4592c5104a3f49359 authored by Garrett "Karto" Keating on 28 September 2021, 21:14:39 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 786fe0f
Raw File
Tip revision: abcf058856e3e357ed1e58b4592c5104a3f49359 authored by Garrett "Karto" Keating on 28 September 2021, 21:14:39 UTC
Minor tweaks to MS tests to filter/capture warnings
Tip revision: abcf058
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