https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb91cc363f54539327bdb34db21c89883489ed7c authored by Garrett "Karto" Keating on 23 June 2021, 17:31:12 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 474e00a
Raw File
Tip revision: cb91cc363f54539327bdb34db21c89883489ed7c authored by Garrett "Karto" Keating on 23 June 2021, 17:31:12 UTC
Fixing phase docstring
Tip revision: cb91cc3
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