https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision df685047275300b6165e77f40a5198bfd54ca5f7 authored by Bryna Hazelton on 09 February 2022, 00:05:23 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent 7893283
Raw File
Tip revision: df685047275300b6165e77f40a5198bfd54ca5f7 authored by Bryna Hazelton on 09 February 2022, 00:05:23 UTC
new layout for UVBeam, some intro text in UVBeam tutorial
Tip revision: df68504
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