https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a43c87a0163a9baf70283bac621898369f8dea5c authored by Garrett "Karto" Keating on 22 May 2021, 18:20:30 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 2b41f09
Raw File
Tip revision: a43c87a0163a9baf70283bac621898369f8dea5c authored by Garrett "Karto" Keating on 22 May 2021, 18:20:30 UTC
Fixing doc string in test_uvdata
Tip revision: a43c87a
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