https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a24831a63312f8cdd1c4a228e9511c9403c57585 authored by Garrett "Karto" Keating on 05 May 2021, 00:53:59 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 441f7a3
Raw File
Tip revision: a24831a63312f8cdd1c4a228e9511c9403c57585 authored by Garrett "Karto" Keating on 05 May 2021, 00:53:59 UTC
Filtering out expected dep warning in test_uvdata
Tip revision: a24831a
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