https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 119315929ed698ac735bacd868612c082be61a23 authored by Garrett 'Karto' Keating on 14 July 2022, 16:52:02 UTC, committed by Bryna Hazelton on 14 July 2022, 20:05:36 UTC
1 parent 0beaf5b
Raw File
Tip revision: 119315929ed698ac735bacd868612c082be61a23 authored by Garrett 'Karto' Keating on 14 July 2022, 16:52:02 UTC
Fixing a few minor misspellings
Tip revision: 1193159
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top