https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6bf880476c653b9c05aae3a68879eb4667d00788 authored by Paul La Plante on 25 August 2021, 23:36:50 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent cc1562d
Raw File
Tip revision: 6bf880476c653b9c05aae3a68879eb4667d00788 authored by Paul La Plante on 25 August 2021, 23:36:50 UTC
Add a few more tests and clean up some docstrings
Tip revision: 6bf8804
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