https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d15f48a328382546fa58d939537ba726d8ce8a67 authored by Garrett "Karto" Keating on 07 October 2021, 23:58:45 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent 0588485
Raw File
Tip revision: d15f48a328382546fa58d939537ba726d8ce8a67 authored by Garrett "Karto" Keating on 07 October 2021, 23:58:45 UTC
Updating a few comments to better document behavior.
Tip revision: d15f48a
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