https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4fde03bffb95495810fc455974a96246803476b2 authored by Paul La Plante on 18 May 2021, 22:12:26 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 13334c7
Raw File
Tip revision: 4fde03bffb95495810fc455974a96246803476b2 authored by Paul La Plante on 18 May 2021, 22:12:26 UTC
Make tests for fhd pass
Tip revision: 4fde03b
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