Skip to content

Commit

Permalink
Trying to fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Nov 19, 2016
1 parent 5a3c345 commit 133fe03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: py35
dependencies:
- pytest=3.0.4=py35_0
- flake8=2.5.1=py35_0
- pip=9.0.1=py35_0
- python=3.5.1=0
- numpy=1.11.2=py35_0
- scipy=0.18.1=np111py35_0
- scikit-learn=0.18.1=np111py35_0
- scikit-image=0.11.3=np111py35_1
- matplotlib=1.5.3=np111py35_1
- pip:
- coverage
- pyret
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda:
file: .environment.yml

0 comments on commit 133fe03

Please sign in to comment.