https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09d840dd7fda6ec6572a842211793c18a74265ee authored by Paul La Plante on 09 May 2018, 10:33:04 UTC, committed by Bryna Hazelton on 16 May 2018, 22:12:55 UTC
1 parent 2fb0f2c
Raw File
Tip revision: 09d840dd7fda6ec6572a842211793c18a74265ee authored by Paul La Plante on 09 May 2018, 10:33:04 UTC
Get uvhdf5 object to round-trip
Tip revision: 09d840d
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top