https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f166d7c77707fa44a14f13936c1069171c32bcc0 authored by Paul La Plante on 18 May 2021, 22:16:47 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 7caf16e
Raw File
Tip revision: f166d7c77707fa44a14f13936c1069171c32bcc0 authored by Paul La Plante on 18 May 2021, 22:16:47 UTC
Get tests for ms.py to pass
Tip revision: f166d7c
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