https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC, committed by Matthew Kolopanis on 16 August 2022, 21:29:20 UTC
1 parent 03af101
Raw File
Tip revision: 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC
Add support for future array shapes in UVFlag
Tip revision: 36ee526
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