https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 70a2f8f9c098aa7a6991352fb03d069b756bee8c authored by Bryna Hazelton on 04 February 2022, 22:58:32 UTC, committed by Bryna Hazelton on 09 February 2022, 20:50:25 UTC
1 parent 6140bd2
Raw File
Tip revision: 70a2f8f9c098aa7a6991352fb03d069b756bee8c authored by Bryna Hazelton on 04 February 2022, 22:58:32 UTC
Make initialize_from_uvdata be a classmethod
Tip revision: 70a2f8f
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