Revision 8390aaceafd4868ecbd14a4cb6294ca18be7af00 authored by Bryna Hazelton on 12 February 2020, 23:55:06 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 8df3f15
Raw File
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.6
  - astropy
  - h5py
  - numpy
  - python-casacore
  - pypandoc
  - scipy
back to top