https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision aa4faa7949dcedbf4bb79030be977eccc054dee8 authored by Paul La Plante on 18 May 2021, 23:22:46 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 07c33fb
Raw File
Tip revision: aa4faa7949dcedbf4bb79030be977eccc054dee8 authored by Paul La Plante on 18 May 2021, 23:22:46 UTC
Fix tests for uvdata.py
Tip revision: aa4faa7
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