https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0e8f8c3b106144edc6243276fd0689072000cd81 authored by Paul La Plante on 18 May 2021, 22:10:23 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent c399051
Raw File
Tip revision: 0e8f8c3b106144edc6243276fd0689072000cd81 authored by Paul La Plante on 18 May 2021, 22:10:23 UTC
Add filename handling to mir.py
Tip revision: 0e8f8c3
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