https://github.com/astropy/astropy
Raw File
Tip revision: c62226a6b42c3dacd4fe59348fd5f4282d0a76eb authored by Erik Tollerud on 27 June 2017, 17:50:14 UTC
Merge pull request #6289 from adrn/coordinate/repr-fix
Tip revision: c62226a
.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.9
    - jplephem
back to top