Revision 65953f8e68a84a821c75ff1ec8fe3bcc512573fc authored by Nicholas Kern on 24 July 2018, 02:16:45 UTC, committed by Bryna Hazelton on 24 July 2018, 18:02:39 UTC
1 parent 32bf553
Raw File
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=2.7
  - numpy
  - scipy
  - astropy
  - conda-forge::pypandoc
back to top