https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6de93f280c39d49e41e715beaab5d3b3a359907b authored by Bryna Hazelton on 30 August 2019, 00:26:53 UTC, committed by Bryna Hazelton on 01 January 2020, 19:04:51 UTC
1 parent 3e18b8b
Raw File
Tip revision: 6de93f280c39d49e41e715beaab5d3b3a359907b authored by Bryna Hazelton on 30 August 2019, 00:26:53 UTC
start work on MWA beam
Tip revision: 6de93f2
.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