https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f029d2ca4d5784a07ee08f4907a559a0db65a762 authored by Paul La Plante on 01 April 2021, 21:33:01 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 4372b84
Raw File
Tip revision: f029d2ca4d5784a07ee08f4907a559a0db65a762 authored by Paul La Plante on 01 April 2021, 21:33:01 UTC
Make UVH5 files written v1.0; update tests accordingly
Tip revision: f029d2c
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