https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0acabee355636f0845ed6cb85a89db0d1c749659 authored by Bryna Hazelton on 14 July 2022, 22:12:32 UTC, committed by Matthew Kolopanis on 16 August 2022, 21:29:20 UTC
1 parent e8e7942
Raw File
Tip revision: 0acabee355636f0845ed6cb85a89db0d1c749659 authored by Bryna Hazelton on 14 July 2022, 22:12:32 UTC
update the changelog for uvflag future shapes support
Tip revision: 0acabee
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