https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c47af4e676cfaf8841eb32f4e8ff3b760862581 authored by Christopher Moriarty on 06 August 2020, 15:36:19 UTC, committed by Christopher Moriarty on 06 August 2020, 15:36:19 UTC
1 parent 963d5d4
Raw File
Tip revision: 2c47af4e676cfaf8841eb32f4e8ff3b760862581 authored by Christopher Moriarty on 06 August 2020, 15:36:19 UTC
Changed np.double to np.float64.
Tip revision: 2c47af4
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