Revision 2447b0d06ff2ff0f70d7d5b115d4e4895ded2928 authored by Bryna Hazelton on 04 June 2019, 16:14:39 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent 4072e78
Raw File
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=3.6
  - numpy
  - scipy
  - astropy
  - conda-forge::pypandoc
back to top