https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7deebb58f5a82b7a2a15a2f0e3613e6c5f7566c6 authored by Matthew Kolopanis on 09 December 2020, 17:11:59 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 819eb54
Raw File
Tip revision: 7deebb58f5a82b7a2a15a2f0e3613e6c5f7566c6 authored by Matthew Kolopanis on 09 December 2020, 17:11:59 UTC
explicitly cast telescope array to float64
Tip revision: 7deebb5
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