https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e0c466c7352160f78e81602aa733ebbdb62ed00d authored by Steven Murray on 23 September 2022, 17:09:01 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent c23d81f
Raw File
Tip revision: e0c466c7352160f78e81602aa733ebbdb62ed00d authored by Steven Murray on 23 September 2022, 17:09:01 UTC
fix: respond to comments
Tip revision: e0c466c
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