https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c989d9ba84d92bd3f16f47afe59dd36594846a4f authored by Paul La Plante on 07 July 2021, 19:18:26 UTC, committed by Bryna Hazelton on 19 July 2021, 16:02:42 UTC
1 parent 93bdcf6
Raw File
Tip revision: c989d9ba84d92bd3f16f47afe59dd36594846a4f authored by Paul La Plante on 07 July 2021, 19:18:26 UTC
Fix some bugs in __eq__ method; add new tests
Tip revision: c989d9b
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