https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 69b9fa15669a7c449f65c50cdc4f5f01901085c0 authored by Bryna Hazelton on 12 October 2022, 17:37:45 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 0c20ff1
Raw File
Tip revision: 69b9fa15669a7c449f65c50cdc4f5f01901085c0 authored by Bryna Hazelton on 12 October 2022, 17:37:45 UTC
Address PR comments
Tip revision: 69b9fa1
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