https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent 720324c
Raw File
Tip revision: 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC
Updating CHANGELOG
Tip revision: 4eb0924
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