https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f0ebd9456cf7abfc24162cee59a35776fd74a82f authored by Garrett "Karto" Keating on 27 June 2021, 02:44:49 UTC, committed by Bryna Hazelton on 01 July 2021, 21:45:35 UTC
1 parent d65a696
Raw File
Tip revision: f0ebd9456cf7abfc24162cee59a35776fd74a82f authored by Garrett "Karto" Keating on 27 June 2021, 02:44:49 UTC
Updating changelog
Tip revision: f0ebd94
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