https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 46f310ec3119aa66ae47659aa3d07b853239f0c9 authored by Matthew Kolopanis on 29 April 2020, 14:58:59 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent 160c287
Raw File
Tip revision: 46f310ec3119aa66ae47659aa3d07b853239f0c9 authored by Matthew Kolopanis on 29 April 2020, 14:58:59 UTC
use np.bool_ for conj, cython now supports npy_bool typed arrays
Tip revision: 46f310e
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
back to top