https://github.com/astropy/astropy
Raw File
Tip revision: 6cb6edc89b80fe417f65286167dc2db61a885ebc authored by Brigitta Sipocz on 06 February 2018, 00:38:20 UTC
Preparing release v2.0.4
Tip revision: 6cb6edc
.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
  - numpy
  - cython
  - matplotlib
  - scipy
  - pillow
  - pyyaml
  - jinja2
  - h5py
  - scikit-image
  - pandas
  - pytz
  - beautifulsoup4
  - ipython
  - mpmath
  - pip:
    - sphinx-gallery>=0.1.12
    - jplephem
back to top