https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 31379f7
Raw File
Tip revision: dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC
Add ValueError catching tests
Tip revision: dbe2b3e
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top