https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 952b7ef990fe18e8fe48d8b89d322a2da2bbfe4a authored by Adam Beardsley on 01 July 2020, 16:01:55 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent 2fca03d
Raw File
Tip revision: 952b7ef990fe18e8fe48d8b89d322a2da2bbfe4a authored by Adam Beardsley on 01 July 2020, 16:01:55 UTC
update setup.cfg after fixing shadowing
Tip revision: 952b7ef
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top