https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8f60aa50fe2653f920f0e1c97cd2aca93e1d9862 authored by Matthew Kolopanis on 16 February 2021, 19:26:14 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent f096b62
Raw File
Tip revision: 8f60aa50fe2653f920f0e1c97cd2aca93e1d9862 authored by Matthew Kolopanis on 16 February 2021, 19:26:14 UTC
remove python numpy calls for cython numpy in van vleck code
Tip revision: 8f60aa5
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