https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 1ab2cee
Raw File
Tip revision: 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC
move file reading to own function, better for garbage collection
Tip revision: 8d9d7ac
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