Skip to content

Commit

Permalink
Add conda environment file for lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Jul 9, 2020
1 parent 4951ac7 commit 3aecf94
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# A conda environment for ESPIn lessons.
#
# Usage:
# $ conda env create --file=environment.yaml
# $ source activate espin

name: espin
channels:
- conda-forge
dependencies:
- python =3
- numpy
- scipy
- pandas
- notebook
- bmipy
- pymt >=1.1
- landlab >=2.0

0 comments on commit 3aecf94

Please sign in to comment.