Skip to content

Commit

Permalink
Switch to conda-based build on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Jun 17, 2016
1 parent 1ba8bbd commit ca657a1
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
97 changes: 97 additions & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
name: redu-clean2

channels:
- astropy
- mwcraig

dependencies:
- appnope
- astropy
- astroscrappy
- backports
- backports_abc
- bokeh
- ccdproc
- chest
- cloudpickle
- configparser
- cycler
- dask
- decorator
- entrypoints
- freetype
- functools32
- futures
- get_terminal_size
- heapdict
- ipykernel
- ipython
- ipython_genutils
- ipywidgets
- jbig
- jinja2
- jpeg
- jsonschema
- jupyter_client
- jupyter_core
- libpng
- libtiff
- locket
- markupsafe
- matplotlib
- mistune
- mkl
- nbconvert
- nbformat
- networkx
- notebook
- numpy
- openssl
- pandas
- partd
- path.py
- pathlib2
- pexpect
- pickleshare
- pillow
- pip
- ptyprocess
- pygments
- pyparsing
- pyqt
- python
- python-dateutil
- python.app
- pytz
- pyyaml
- pyzmq
- qt
- readline
- reproject
- requests
- scikit-image
- scipy
- setuptools
- simplegeneric
- singledispatch
- sip
- six
- sqlite
- ssl_match_hostname
- terminado
- tk
- toolz
- tornado
- traitlets
- wheel
- xz
- yaml
- zlib
- msumastro
- pip:
- backports-abc
- backports.shutil-get-terminal-size
- backports.ssl-match-hostname
- ipython-genutils
- jupyter-client
- jupyter-core
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda:
file: .rtd-environment.yml

0 comments on commit ca657a1

Please sign in to comment.