https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b3655025f4310c5cb2775fb5c065f0477048b77 authored by Garrett "Karto" Keating on 20 June 2021, 01:48:16 UTC, committed by Paul La Plante on 25 June 2021, 14:57:44 UTC
1 parent 5324552
Raw File
Tip revision: 4b3655025f4310c5cb2775fb5c065f0477048b77 authored by Garrett "Karto" Keating on 20 June 2021, 01:48:16 UTC
Covering aipy_extracts with tests
Tip revision: 4b36550
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