https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 85e373f54e9e2fac110f1973dd83be8f0f191623 authored by Garrett "Karto" Keating on 10 May 2021, 23:55:25 UTC
More QoL updates, removing dependency on object_name order for object_id (now behaves more like ant and spw numbers)
Tip revision: 85e373f
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=3.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top