https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1f41721e1d7afa3a80df4d81d2561eda3d341e00 authored by Garrett Keating on 18 February 2021, 21:29:00 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 03177c7
Raw File
Tip revision: 1f41721e1d7afa3a80df4d81d2561eda3d341e00 authored by Garrett Keating on 18 February 2021, 21:29:00 UTC
Creating tests for reorder_freqs method
Tip revision: 1f41721
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