https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ebdc0f159305f1ebe3a55bb09f3bb466eb95fbb0 authored by Paul La Plante on 01 September 2021, 16:16:55 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 493cf77
Raw File
Tip revision: ebdc0f159305f1ebe3a55bb09f3bb466eb95fbb0 authored by Paul La Plante on 01 September 2021, 16:16:55 UTC
Add set_data demo to tutorial
Tip revision: ebdc0f1
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