https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5e4543f93e31799a27c40ee96645d19eff310e1f authored by Paul La Plante on 19 August 2021, 15:10:53 UTC, committed by Bryna Hazelton on 19 August 2021, 16:10:03 UTC
1 parent bb0e97d
Raw File
Tip revision: 5e4543f93e31799a27c40ee96645d19eff310e1f authored by Paul La Plante on 19 August 2021, 15:10:53 UTC
Update to use newer docker images
Tip revision: 5e4543f
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