https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cc1562d3b8a9d18c1af316a084457ed17dc5391e authored by Paul La Plante on 25 August 2021, 23:36:10 UTC, committed by Bryna Hazelton on 15 September 2021, 20:25:57 UTC
1 parent 56daa4a
Raw File
Tip revision: cc1562d3b8a9d18c1af316a084457ed17dc5391e authored by Paul La Plante on 25 August 2021, 23:36:10 UTC
Remove unreachable code
Tip revision: cc1562d
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