Skip to content

Commit ee857cc

Browse files
Added conda environment config
1 parent be3542d commit ee857cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

environment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: mpl-tutorial
2+
channels:
3+
- anaconda
4+
- defaults
5+
dependencies:
6+
- matplotlib
7+
- pandas
8+
- pytables
9+
- h5py
10+
- ipython
11+
- python=3.6

0 commit comments

Comments
 (0)