https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 03e8e81b7408bb962ac66cb538edee2b6af5e43d authored by PyxieLouStar on 29 September 2020, 16:25:08 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 583f150
Raw File
Tip revision: 03e8e81b7408bb962ac66cb538edee2b6af5e43d authored by PyxieLouStar on 29 September 2020, 16:25:08 UTC
update tutorial
Tip revision: 03e8e81
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