https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f8a44d23f664988a93013733fa4a5bbdbbeeae9b authored by Bryna Hazelton on 14 October 2021, 17:35:21 UTC, committed by Bryna Hazelton on 14 October 2021, 18:22:05 UTC
1 parent 4102584
Raw File
Tip revision: f8a44d23f664988a93013733fa4a5bbdbbeeae9b authored by Bryna Hazelton on 14 October 2021, 17:35:21 UTC
Add info about the new errors to the docstring Raises sections
Tip revision: f8a44d2
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