https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1ade616ffad46c03905274b1b397408cee1825b7 authored by Matthew Kolopanis on 15 January 2020, 17:23:58 UTC, committed by Paul La Plante on 15 January 2020, 18:54:22 UTC
1 parent 53ecf27
Raw File
Tip revision: 1ade616ffad46c03905274b1b397408cee1825b7 authored by Matthew Kolopanis on 15 January 2020, 17:23:58 UTC
conda_install.sh: update ncurses from conda-forge if OS is macos-latest
Tip revision: 1ade616
.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