https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC, committed by Matthew Kolopanis on 01 July 2020, 22:47:27 UTC
1 parent c6142d4
Raw File
Tip revision: 2fc01aa7c4b16099a411cc48fb07b8060e206154 authored by Adam Beardsley on 01 July 2020, 21:38:39 UTC
include test prereqs in coverage script.
Tip revision: 2fc01aa
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