https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent f10a063
Raw File
Tip revision: a8e60141bb14788dbc7352148aee41dc75dd4fc8 authored by Matthew Kolopanis on 11 February 2021, 17:02:32 UTC
allocate a fixed length array, only copy max_length anyway
Tip revision: a8e6014
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