Skip to content

Commit e5d1ba7

Browse files
authored
update environment (#139)
* update environment * update dev environment * revert renaming of environment * roll back simpeg to 0.23 * roll back simpeg * Update environment-dev.yml * Update environment.yml
1 parent e968fa6 commit e5d1ba7

2 files changed

Lines changed: 16 additions & 23 deletions

File tree

environment-dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dependencies:
1414
- git
1515
- jupytext
1616
- jupyter-resource-usage
17-
- matplotlib=3.4.3
18-
- numpy=1.21
17+
- matplotlib<3.5
18+
- numpy
1919
- nbgitpuller
2020
- pandas
2121
- pip
2222
- pillow
23-
- python=3.9
23+
- python=3.10
2424
- pytest
2525
- discretize
2626
- empymod
@@ -31,8 +31,8 @@ dependencies:
3131
- qtpy
3232
- scipy
3333
- scikit-learn
34-
- discretize=0.8.0
35-
- SimPEG=0.17.0
34+
- discretize
35+
- simpeg
3636
- pip:
3737
- git+https://github.com/geoscixyz/geosci-labs
3838
- testipynb

environment.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,17 @@ name: geosci-labs
33
channels:
44
- conda-forge
55
dependencies:
6-
- cvxopt=1.3.2
7-
- deepdish=0.3.7
8-
- discretize=0.9.0
9-
- empymod=2.0.6
10-
- git=2.41.0
11-
- ipywidgets=8.1.0
12-
- jupyter=1.0.0
13-
- matplotlib=3.4.3
14-
- mkl=2022.2.1
15-
- nbgitpuller=1.2.0
16-
- numpy=1.24.4
17-
- pillow=10.0.0
18-
- pip=23.2
19-
- pymatsolver=0.2.0
6+
- cvxopt
7+
- deepdish
8+
- discretize
9+
- ipywidgets
10+
- jupyter
11+
- matplotlib<3.5
12+
- pillow
13+
- pip
14+
- pymatsolver
2015
- python=3.10
21-
- requests=2.31.0
22-
- scipy=1.11.1
23-
- setuptools=68.0
24-
- simpeg=0.19.0
16+
- requests
17+
- simpeg
2518
- pip:
2619
- git+https://github.com/geoscixyz/geosci-labs

0 commit comments

Comments
 (0)