https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 31e02ad8e32cbadc9d7b9457ca09df7d2d6534c0 authored by Paul La Plante on 24 March 2021, 15:16:19 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent d0447b8
Raw File
Tip revision: 31e02ad8e32cbadc9d7b9457ca09df7d2d6534c0 authored by Paul La Plante on 24 March 2021, 15:16:19 UTC
Add initial versioning info to uvh5 files
Tip revision: 31e02ad
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