https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC, committed by Bryna Hazelton on 16 February 2021, 18:21:08 UTC
1 parent 8c551b0
Raw File
Tip revision: 21d20de4c9691f00defe862ef919b9b90f2d90b1 authored by pyxieloustar on 29 June 2020, 19:27:46 UTC
add van vleck turnaround test
Tip revision: 21d20de
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