https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 358d49822e4c645551bf2056e1d88e4a121e9631 authored by Garrett Keating on 18 February 2021, 21:26:09 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 77494a6
Raw File
Tip revision: 358d49822e4c645551bf2056e1d88e4a121e9631 authored by Garrett Keating on 18 February 2021, 21:26:09 UTC
Further minor improvements to reorder_freqs
Tip revision: 358d498
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