https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 59c8e9c9a308a0623f19bba457b4b821ddc1703f authored by Bryna Hazelton on 28 July 2021, 22:46:16 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent 3c42bef
Raw File
Tip revision: 59c8e9c9a308a0623f19bba457b4b821ddc1703f authored by Bryna Hazelton on 28 July 2021, 22:46:16 UTC
add test coverage for arrays with strict types
Tip revision: 59c8e9c
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