https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6e3eab1bf532682ffb0ac87844ecbc663d5e0d6a authored by Matthew Kolopanis on 27 April 2020, 19:15:20 UTC, committed by Paul La Plante on 28 April 2020, 03:11:57 UTC
1 parent c52e59a
Raw File
Tip revision: 6e3eab1bf532682ffb0ac87844ecbc663d5e0d6a authored by Matthew Kolopanis on 27 April 2020, 19:15:20 UTC
some more explicit typing on inputs, raw_write to have numpy inputs
Tip revision: 6e3eab1
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
back to top