https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 75108a505019c0839f97faf2f8a2c1463f69c877 authored by Bryna Hazelton on 27 January 2022, 23:07:37 UTC, committed by Bryna Hazelton on 09 February 2022, 20:50:25 UTC
1 parent f841263
Raw File
Tip revision: 75108a505019c0839f97faf2f8a2c1463f69c877 authored by Bryna Hazelton on 27 January 2022, 23:07:37 UTC
Fix test of modified error message
Tip revision: 75108a5
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