https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a6830505494075ba9ba86dea18e3b050878e7ee0 authored by Garrett "Karto" Keating on 05 October 2021, 22:08:57 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent e64c57a
Raw File
Tip revision: a6830505494075ba9ba86dea18e3b050878e7ee0 authored by Garrett "Karto" Keating on 05 October 2021, 22:08:57 UTC
Putting in fix for astroquery/JPL-Horizons related error.
Tip revision: a683050
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