https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4ec6c71fe8bce2a41d7f195a72a882fff6424ed8 authored by Adam Lanman on 10 August 2022, 16:19:17 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent a26051b
Raw File
Tip revision: 4ec6c71fe8bce2a41d7f195a72a882fff6424ed8 authored by Adam Lanman on 10 August 2022, 16:19:17 UTC
support mcmf in lsts utility
Tip revision: 4ec6c71
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top