https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fffda864b2ec7f37026b630fe6d3bd5e6def8319 authored by Garrett 'Karto' Keating on 13 December 2021, 21:36:10 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent f9500b6
Raw File
Tip revision: fffda864b2ec7f37026b630fe6d3bd5e6def8319 authored by Garrett 'Karto' Keating on 13 December 2021, 21:36:10 UTC
Small test fix to failing test post rebase
Tip revision: fffda86
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