Skip to content

Commit 75b1df3

Browse files
committed
First attempt at a conda enviroment
1 parent 7627a85 commit 75b1df3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.readthedocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ python:
77
python:
88
setup_py_install: true
99

10-
10+
conda:
11+
file: environment.yml

enviroment.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
name: blocksci-env
3+
4+
dependencies:
5+
- python=3.5
6+
- boost
7+
- numpy
8+
- matplotlib
9+
- pandas

0 commit comments

Comments
 (0)