Skip to content

Commit

Permalink
read-the-docs: use conda
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 12, 2017
1 parent bcbbdc0 commit 2703b83
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda:
file: readthedocs_env.yml
18 changes: 18 additions & 0 deletions readthedocs_env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: eelbrain
channels:
- conda-forge
- christianbrodbeck
dependencies:
- python = 2.7
- setuptools >= 17
- cython >= 0.21
- colormath >= 2.1
- tqdm >= 4.8
- keyring >= 5
- pillow
- numpy >= 1.8
- numpydoc
- scipy >= 0.17
- nibabel >= 2.0
- matplotlib >= 1.1
- mne >= 0.13.1
13 changes: 0 additions & 13 deletions requirements_docs.txt

This file was deleted.

0 comments on commit 2703b83

Please sign in to comment.