https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 051d7323da07bf1b1ad69399430bf1955fd48208 authored by Paul La Plante on 08 June 2021, 00:39:49 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 8c04a4e
Raw File
Tip revision: 051d7323da07bf1b1ad69399430bf1955fd48208 authored by Paul La Plante on 08 June 2021, 00:39:49 UTC
Add filename handling to sum_vis method
Tip revision: 051d732
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