https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent ae9c3e4
Raw File
Tip revision: 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC
Force len of current spw-axis to be 1 in tests
Tip revision: 95e2861
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top