https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 80bbc08981c1c7b012dd5df605f52c933b840e7f authored by Paul La Plante on 07 July 2021, 15:57:10 UTC, committed by Bryna Hazelton on 19 July 2021, 16:02:42 UTC
1 parent 4c66208
Raw File
Tip revision: 80bbc08981c1c7b012dd5df605f52c933b840e7f authored by Paul La Plante on 07 July 2021, 15:57:10 UTC
Add list of allowed failure parameters to UVData.__eq__ method
Tip revision: 80bbc08
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