https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision acfa756fd4d22ff768866c9a05b420a342dad618 authored by Bryna Hazelton on 27 January 2022, 16:56:18 UTC, committed by Matthew Kolopanis on 01 February 2022, 23:00:21 UTC
1 parent 88f4482
Raw File
Tip revision: acfa756fd4d22ff768866c9a05b420a342dad618 authored by Bryna Hazelton on 27 January 2022, 16:56:18 UTC
make include_conjugates consistently named, update tutorial
Tip revision: acfa756
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