https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent e0c466c
Raw File
Tip revision: 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC
fix up breaking tests
Tip revision: 6b59b96
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