https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2e54b6ba53a277b777f3a97a6955fcf05c3eec3c authored by Garrett 'Karto' Keating on 12 December 2021, 04:07:53 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 61e0087
Raw File
Tip revision: 2e54b6ba53a277b777f3a97a6955fcf05c3eec3c authored by Garrett 'Karto' Keating on 12 December 2021, 04:07:53 UTC
Adding new tests for coverage, fixing things up after moving fixtures
Tip revision: 2e54b6b
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