https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a5d2ac828621bce3c062160a4b4509521b83101b authored by Garrett "Karto" Keating on 19 May 2021, 05:09:14 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent b701694
Raw File
Tip revision: a5d2ac828621bce3c062160a4b4509521b83101b authored by Garrett "Karto" Keating on 19 May 2021, 05:09:14 UTC
Temporarily patching tests
Tip revision: a5d2ac8
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