https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 9607ba3
Raw File
Tip revision: 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC
When no phase centers are defined, set a default of of 0 with shape Nblts
Tip revision: 040f229
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