https://github.com/astropy/astropy
Raw File
Tip revision: 698ea94934068163e79ee2d632152aabc72611f3 authored by Brigitta Sipocz on 30 March 2017, 21:00:02 UTC
Preparing release v1.3.2
Tip revision: 698ea94
.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