https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 872a25f1a62753e2b37c6a5b97d8f44e255329e1 authored by e-koch on 23 November 2021, 20:38:59 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 1d1876f
Raw File
Tip revision: 872a25f1a62753e2b37c6a5b97d8f44e255329e1 authored by e-koch on 23 November 2021, 20:38:59 UTC
Add scan_number_array to extra_properties
Tip revision: 872a25f
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