Revision 39e2d54dfb496cf4dc137d82e917d5f7f610b070 authored by Bryna Hazelton on 03 May 2017, 22:14:00 UTC, committed by Bryna Hazelton on 03 May 2017, 22:14:00 UTC
1 parent 3eb0ee8
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