https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC, committed by Bryna Hazelton on 01 February 2022, 00:27:53 UTC
1 parent fb2e721
Raw File
Tip revision: acc218f9b4db469de812ad4af9711353d04f8099 authored by Paul La Plante on 31 January 2022, 23:05:43 UTC
Make handling of types in miriad extra_keywords more general
Tip revision: acc218f
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