https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d8576aa68da82c9143e2e7a7cd9030fe18fff2d8 authored by Bryna Hazelton on 02 July 2018, 23:54:15 UTC, committed by Bryna Hazelton on 11 July 2018, 19:54:59 UTC
1 parent 161efdb
Raw File
Tip revision: d8576aa68da82c9143e2e7a7cd9030fe18fff2d8 authored by Bryna Hazelton on 02 July 2018, 23:54:15 UTC
Improve precision handling and gcrs handling
Tip revision: d8576aa
.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