https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 856d228a7b77fb658f2eed6dcbd1a33c58688724 authored by pyxieloustar on 15 November 2021, 22:36:20 UTC, committed by pyxieloustar on 19 November 2021, 06:01:31 UTC
1 parent 1abea9a
Raw File
Tip revision: 856d228a7b77fb658f2eed6dcbd1a33c58688724 authored by pyxieloustar on 15 November 2021, 22:36:20 UTC
add autos_to_crosses function; move van vleck integral warning
Tip revision: 856d228
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