https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb1ec65501d618534452323f65d7b99adba63aa8 authored by Garrett 'Karto' Keating on 09 December 2021, 01:43:34 UTC, committed by Bryna Hazelton on 10 December 2021, 22:23:03 UTC
1 parent 9b40af7
Raw File
Tip revision: cb1ec65501d618534452323f65d7b99adba63aa8 authored by Garrett 'Karto' Keating on 09 December 2021, 01:43:34 UTC
Adding/fixing test coverage to account for new warning message in write_ms
Tip revision: cb1ec65
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