https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 408c4d30059e4461d16bf9ee7b157cf2043cdaab authored by Bryna Hazelton on 28 September 2020, 03:35:35 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent 5d80c5b
Raw File
Tip revision: 408c4d30059e4461d16bf9ee7b157cf2043cdaab authored by Bryna Hazelton on 28 September 2020, 03:35:35 UTC
use np.longdouble rather than "f16" to fix numpy issues on Windows
Tip revision: 408c4d3
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