Skip to content

Commit

Permalink
Add environment file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkilcher committed Nov 13, 2018
1 parent 15df4a2 commit 121003c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
channels:
- anaconda

dependencies:
- python=2.7
- matplotlib
- numpy
- scipy=1.1
- h5py
- pip:
- "git+https://github.com/lkilcher/[email protected]#egg=pyDictH5"
# Recommended:
# - ipython=4.2

0 comments on commit 121003c

Please sign in to comment.