https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent aff86a3
Raw File
Tip revision: 784bacde1b346704b91e1f38c19b8a672dc109c4 authored by Garrett "Karto" Keating on 16 June 2021, 21:15:21 UTC
Updating dependencies for NOVAS and astroquery
Tip revision: 784bacd
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