https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dd884fb02c0ba2e2d066a9b5fec69a22977e0755 authored by Garrett "Karto" Keating on 16 June 2021, 20:48:45 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 1583e79
Raw File
Tip revision: dd884fb02c0ba2e2d066a9b5fec69a22977e0755 authored by Garrett "Karto" Keating on 16 June 2021, 20:48:45 UTC
Removing errant comment in test_ms
Tip revision: dd884fb
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