https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 6b83a96
Raw File
Tip revision: 71ce2015928dde39fbf5376ff5a5f5ceb9f79de8 authored by Matthew Kolopanis on 27 January 2020, 20:13:53 UTC
update changelog removed section to say from where a keyword is removed
Tip revision: 71ce201
.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