https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c4404ee34eb2b53d4e2ceb1d3619f2db2e40ac6c authored by Bryna Hazelton on 20 July 2018, 20:55:42 UTC, committed by Jonathan Pober on 22 July 2018, 19:19:05 UTC
1 parent 7e7ddef
Raw File
Tip revision: c4404ee34eb2b53d4e2ceb1d3619f2db2e40ac6c authored by Bryna Hazelton on 20 July 2018, 20:55:42 UTC
bump version
Tip revision: c4404ee
.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