https://github.com/astropy/astropy
Raw File
Tip revision: b24b87fc847e568c7389350d2d1deb7ca5ed9455 authored by Brigitta Sipocz on 01 August 2018, 22:45:02 UTC
Preparing release v3.0.4
Tip revision: b24b87f
.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
  - pytest
  - pip:
    - "git+https://github.com/sphinx-gallery/sphinx-gallery.git"
    - jplephem
back to top