https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fe961d0815a428ba202dc23d050525deb60eec31 authored by Matthew Kolopanis on 15 December 2020, 17:51:41 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 15275ac
Raw File
Tip revision: fe961d0815a428ba202dc23d050525deb60eec31 authored by Matthew Kolopanis on 15 December 2020, 17:51:41 UTC
uvbase: replace formatting strings w/ f-string because they are prettier
Tip revision: fe961d0
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top