https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent e58a6f1
Raw File
Tip revision: 0d4e6893aaf7d4f2cb3e27a0b40dad4f48f14223 authored by Bryna Hazelton on 30 September 2021, 16:08:02 UTC
put observer from MS files into extra_keywords
Tip revision: 0d4e689
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