https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent 5455260
Raw File
Tip revision: 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC
clean up UVData parameter descriptions
Tip revision: 43dc7ac
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