Skip to content

Commit

Permalink
Add conda env for read the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jun 17, 2017
1 parent 8a5724e commit 96b0746
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.yml
@@ -0,0 +1,20 @@
name: nash
channels:
- defaults
dependencies:
- libgfortran=3.0.0=1
- mkl=2017.0.1=0
- numpy=1.13.0=py36_0
- openssl=1.0.2l=0
- pip=9.0.1=py36_1
- python=3.6.1=2
- readline=6.2=2
- scipy=0.19.0=np113py36_0
- setuptools=27.2.0=py36_0
- sqlite=3.13.0=0
- tk=8.5.18=0
- wheel=0.29.0=py36_0
- xz=5.2.2=1
- zlib=1.2.8=3
prefix: /home/vince/anaconda3/envs/nash

2 changes: 2 additions & 0 deletions readthedocs.yml
@@ -0,0 +1,2 @@
conda:
file: environment.yml

0 comments on commit 96b0746

Please sign in to comment.