https://github.com/astropy/astropy
Raw File
Tip revision: a98d386f4d2715cdfd475385bc2824cd17173535 authored by Brigitta Sipocz on 18 March 2017, 03:30:19 UTC
Preparing release v1.3.1
Tip revision: a98d386
.rtd-environment.yml
# Note: it's important that none of the packages below depend on Astropy,
# because if they do, the conda version of Astropy will get installed. If that
# happens, then that version will take precendence over the latest developer
# version of Astropy that gets installed just before the documentation build,
# and Sphinx will pick up only the older stable conda package.

name: astropy

dependencies:
  - python=3.5*
  - numpy
  - cython
  - matplotlib
  - scipy
  - pillow
  - pip:
    - sphinx-gallery>=0.1.3
    - jplephem
back to top