https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 82abccf4cc63fa599ed5c678a8bbaf87117ef5ec authored by Matthew Kolopanis on 22 May 2020, 18:34:19 UTC, committed by Bryna Hazelton on 21 July 2020, 15:30:05 UTC
1 parent f796eae
Raw File
Tip revision: 82abccf4cc63fa599ed5c678a8bbaf87117ef5ec authored by Matthew Kolopanis on 22 May 2020, 18:34:19 UTC
beginning of some work to move parse_ants out of utils
Tip revision: 82abccf
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