https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dfebd4e962aba7bb4f3ea009aa5708334a76ac9e authored by Garrett "Karto" Keating on 16 June 2021, 21:15:59 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 784bacd
Raw File
Tip revision: dfebd4e962aba7bb4f3ea009aa5708334a76ac9e authored by Garrett "Karto" Keating on 16 June 2021, 21:15:59 UTC
Renaming function names in utils, adding try statement around NOVAS import
Tip revision: dfebd4e
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