https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 88f4482be07e0da88adb3c1c166d3cb26aee8d10 authored by Bryna Hazelton on 31 January 2022, 23:51:52 UTC, committed by Matthew Kolopanis on 01 February 2022, 20:20:36 UTC
1 parent 5f9b6ff
Raw File
Tip revision: 88f4482be07e0da88adb3c1c166d3cb26aee8d10 authored by Bryna Hazelton on 31 January 2022, 23:51:52 UTC
pin the RTD theme version to restore bullets in docs
Tip revision: 88f4482
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