https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7bf32446b917913f348ef1937fc14c2c7afcedfe authored by Bryna Hazelton on 06 January 2022, 17:06:29 UTC, committed by Matthew Kolopanis on 20 January 2022, 16:48:36 UTC
1 parent a42f457
Raw File
Tip revision: 7bf32446b917913f348ef1937fc14c2c7afcedfe authored by Bryna Hazelton on 06 January 2022, 17:06:29 UTC
add `autos_first` option to `reorder_blts`
Tip revision: 7bf3244
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