https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC, committed by Matthew Kolopanis on 28 September 2021, 17:49:24 UTC
tweak x_orientation handling in UVBeam feed selection
1 parent 090c5fc
Raw File
Tip revision: c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC
Update changelog
Tip revision: c9f6049
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