Skip to content

Commit 098bb3a

Browse files
authored
Merge pull request #3 from simpeg-research/Requirements
update requirements
2 parents aa775bd + 193982d commit 098bb3a

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

environment.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ channels:
44
- conda-forge
55
- defaults
66
dependencies:
7-
- numpy
8-
- scipy>=1.0.0
9-
- matplotlib
10-
- scikit-learn
11-
- seaborn
12-
- mkl
7+
- numpy=1.15.4
8+
- scipy=1.1.0
9+
- matplotlib=3.0.2
10+
- scikit-learn=0.20.0
11+
- seaborn=0.9.0
12+
- mkl=2019.1
1313
- pip:
14-
- h5py
15-
- pymatsolver
16-
- discretize
14+
- h5py==2.9.0
15+
- pymatsolver==0.1.2
16+
- discretize==0.3.8
1717
- git+https://github.com/simpeg/simpeg.git@examples/PGI
1818
- git+https://github.com/simpeg/simpegEM1D@examples/PGI
1919
- git+https://github.com/simpeg/tle-magnetotelluric_inversion@master

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
numpy
2-
scipy>=1.0.0
3-
matplotlib
4-
scikit-learn
5-
seaborn
6-
mkl
7-
h5py
8-
pymatsolver
9-
discretize
10-
git+https://github.com/simpeg/simpeg.git@examples/PGI
11-
git+https://github.com/simpeg/simpegEM1D@examples/PGI
12-
git+https://github.com/simpeg/tle-magnetotelluric_inversion@master
1+
numpy=1.15.4
2+
scipy=1.1.0
3+
matplotlib=3.0.2
4+
scikit-learn=0.20.0
5+
seaborn=0.9.0
6+
mkl=2019.1
7+
h5py==2.9.0
8+
pymatsolver==0.1.2
9+
discretize==0.3.8
10+
-e git:https://github.com/simpeg/simpeg.git@examples/PGI
11+
-e git:https://github.com/simpeg/simpegEM1D@examples/PGI
12+
-e git:https://github.com/simpeg/tle-magnetotelluric_inversion@master

0 commit comments

Comments
 (0)