https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59debd851a89affd0fe390dcfbb79311b839e5b9 authored by Bryna Hazelton on 28 July 2022, 16:38:03 UTC, committed by Bryna Hazelton on 10 October 2022, 19:14:44 UTC
1 parent 6b703ae
Raw File
Tip revision: 59debd851a89affd0fe390dcfbb79311b839e5b9 authored by Bryna Hazelton on 28 July 2022, 16:38:03 UTC
Add support for future array shapes throughout
Tip revision: 59debd8
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