https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 5e16ff70189fb9c6abed727ef4645331f5212625 authored by Matthew Kolopanis on 28 March 2024, 18:47:24 UTC
introduce the warnings from the cython lib; account for empty arrays
Tip revision: 5e16ff7
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23",
            "setuptools-rust"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top