https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC, committed by Bryna Hazelton on 16 December 2021, 20:39:39 UTC
1 parent 1556b90
Raw File
Tip revision: 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC
Fixing bug in the way CATEGORY was set, also fixing TOTAL_BANDWIDTH (optional parameter)
Tip revision: 8834fb9
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