https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC, committed by kartographer on 02 December 2021, 16:08:14 UTC
1 parent 41cb765
Raw File
Tip revision: 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC
Add filename parameter to UVCal, UVBeam and UVFlag
Tip revision: 072f41e
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