Revision 0d50bbc23670dc27979acb38d00e90afa9d5d528 authored by Bryna Hazelton on 29 April 2017, 18:45:13 UTC, committed by Bryna Hazelton on 03 May 2017, 16:37:18 UTC
1 parent 0cf21ae
Raw File
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=2.7
  - numpy
  - scipy
  - astropy
  - pkgw::aipy
back to top