https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC, committed by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
1 parent bf5f5c3
Raw File
Tip revision: b9f8ff7377bcdf96e3a4b6cb342e76b0f0012f98 authored by Christopher Moriarty on 30 July 2020, 15:19:54 UTC
Cleaned up imports to pass circle ci test.
Tip revision: b9f8ff7
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