https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e12076d1385655c2afd3e82c5c1b3441e65019f5 authored by Paul La Plante on 20 May 2021, 02:49:55 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 00ea942
Raw File
Tip revision: e12076d1385655c2afd3e82c5c1b3441e65019f5 authored by Paul La Plante on 20 May 2021, 02:49:55 UTC
Update changelog
Tip revision: e12076d
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