https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eedb06f5a90db42b72977820e06bd53a6e60deac authored by Bryna Hazelton on 30 August 2022, 19:10:08 UTC, committed by Bryna Hazelton on 30 August 2022, 20:56:41 UTC
1 parent 2d1e842
Raw File
Tip revision: eedb06f5a90db42b72977820e06bd53a6e60deac authored by Bryna Hazelton on 30 August 2022, 19:10:08 UTC
Add missing changelog entries from PR #1148
Tip revision: eedb06f
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