https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6df77adcb5906856e9e3f889e10c6e5a675e21f8 authored by Matthew Kolopanis on 29 January 2021, 20:43:31 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 59dd2b0
Raw File
Tip revision: 6df77adcb5906856e9e3f889e10c6e5a675e21f8 authored by Matthew Kolopanis on 29 January 2021, 20:43:31 UTC
add some typing where was previously missing; typo fix
Tip revision: 6df77ad
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