https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9cc16cdfb70b8223bf8e504c67c5550f8196a153 authored by Paul La Plante on 29 April 2020, 00:45:31 UTC, committed by Bryna Hazelton on 29 April 2020, 01:39:33 UTC
1 parent c053c5f
Raw File
Tip revision: 9cc16cdfb70b8223bf8e504c67c5550f8196a153 authored by Paul La Plante on 29 April 2020, 00:45:31 UTC
Remove __future__ imports from all files; add mode: python magic where missing
Tip revision: 9cc16cd
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
back to top