https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision da5372447e2e349c062a32adc33c4cde313aab43 authored by Bryna Hazelton on 09 November 2021, 07:24:32 UTC, committed by Matthew Kolopanis on 10 November 2021, 19:44:57 UTC
1 parent 23d77cd
Raw File
Tip revision: da5372447e2e349c062a32adc33c4cde313aab43 authored by Bryna Hazelton on 09 November 2021, 07:24:32 UTC
fix problem with antenna_diameter dtype seen in pyuvsim
Tip revision: da53724
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