https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dc326421dfd4081a5d254e0c91d85862d6111f00 authored by Garrett "Karto" Keating on 08 May 2021, 02:56:04 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent cdfe5d2
Raw File
Tip revision: dc326421dfd4081a5d254e0c91d85862d6111f00 authored by Garrett "Karto" Keating on 08 May 2021, 02:56:04 UTC
Setting default to be to use ant positions
Tip revision: dc32642
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