https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 82a9bd3027884abac85bfdd72460b8f71b4ea4fc authored by Paul La Plante on 31 May 2019, 16:49:50 UTC, committed by Bryna Hazelton on 31 May 2019, 21:26:09 UTC
1 parent ebd9542
Raw File
Tip revision: 82a9bd3027884abac85bfdd72460b8f71b4ea4fc authored by Paul La Plante on 31 May 2019, 16:49:50 UTC
Add mpi4py to hera_cal testing environment
Tip revision: 82a9bd3
.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