https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent bf5357d
Raw File
Tip revision: b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC
start write ms from @tammojan's PR
Tip revision: b9708ac
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