https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e15dead8b8efc9dbd47b66633773128c3b51f21b authored by Garrett 'Karto' Keating on 03 June 2022, 05:01:00 UTC, committed by Bryna Hazelton on 03 June 2022, 16:07:51 UTC
1 parent ba6def3
Raw File
Tip revision: e15dead8b8efc9dbd47b66633773128c3b51f21b authored by Garrett 'Karto' Keating on 03 June 2022, 05:01:00 UTC
Making attribute names in UVBase objs match UVParameter._name
Tip revision: e15dead
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top