Revision 9e003eedd5f69c466b0634d99dc952c1781ad2b7 authored by Adam Beardsley on 15 May 2017, 21:54:19 UTC, committed by Adam Beardsley on 15 May 2017, 21:54:19 UTC
1 parent a2d003d
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