https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 85e373f54e9e2fac110f1973dd83be8f0f191623 authored by Garrett "Karto" Keating on 10 May 2021, 23:55:25 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 7c7cd4c
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>=30.3.0",
            "wheel",
            "setuptools_scm",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top