https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3648b81d665ba59e6b1650fe373c2aa4be807cf3 authored by Garrett Keating on 06 August 2020, 14:11:05 UTC, committed by Garrett Keating on 06 August 2020, 14:11:05 UTC
1 parent b02ab3c
Raw File
Tip revision: 3648b81d665ba59e6b1650fe373c2aa4be807cf3 authored by Garrett Keating on 06 August 2020, 14:11:05 UTC
Cleaning up some more comments in the code, adding a uvh5 roundtrip test
Tip revision: 3648b81
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