https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 67d11e1ca337051188fa3ff1b26778e901e558e7 authored by Bryna Hazelton on 07 November 2022, 20:56:50 UTC, committed by Bryna Hazelton on 07 November 2022, 20:56:50 UTC
1 parent 1c1a7dd
Raw File
Tip revision: 67d11e1ca337051188fa3ff1b26778e901e558e7 authored by Bryna Hazelton on 07 November 2022, 20:56:50 UTC
more work on the analytic beam refactoring
Tip revision: 67d11e1
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top