https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bb55d26803ada5a832b0bd10dca19820798cc2d5 authored by Bryna Hazelton on 09 April 2019, 22:43:06 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent bf76992
Raw File
Tip revision: bb55d26803ada5a832b0bd10dca19820798cc2d5 authored by Bryna Hazelton on 09 April 2019, 22:43:06 UTC
harmonize with reorder_pols
Tip revision: bb55d26
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top