https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 13334c76f76c4ded5111de10b03008d7e22aef12 authored by Paul La Plante on 18 May 2021, 22:11:32 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 824116f
Raw File
Tip revision: 13334c76f76c4ded5111de10b03008d7e22aef12 authored by Paul La Plante on 18 May 2021, 22:11:32 UTC
Make sure filename is updated for fast_concat
Tip revision: 13334c7
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