https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d5bb2c518cb429064b82fd6c931e5a8bad84b65b authored by Josh Dillon on 29 January 2022, 18:55:00 UTC, committed by Bryna Hazelton on 01 February 2022, 19:02:18 UTC
1 parent 3713e90
Raw File
Tip revision: d5bb2c518cb429064b82fd6c931e5a8bad84b65b authored by Josh Dillon on 29 January 2022, 18:55:00 UTC
add time_atol to UVFlag.to_waterfall
Tip revision: d5bb2c5
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