https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6545f319917278a5f50781561eb4268b1d26960b authored by Garrett "Karto" Keating on 28 September 2021, 21:12:16 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 94e919d
Raw File
Tip revision: 6545f319917278a5f50781561eb4268b1d26960b authored by Garrett "Karto" Keating on 28 September 2021, 21:12:16 UTC
Fixing vis_units capitalization in utils
Tip revision: 6545f31
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