https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 3c2756a
Raw File
Tip revision: 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC
Partial commit trying to debug UVData.__add__ version of concat in UVData.read
Tip revision: 92d41b6
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