Skip to content

Commit 24d2a22

Browse files
authored
Update environment (#140)
* update environment * update dev environment * revert renaming of environment * roll back simpeg to 0.23 * roll back simpeg * update environment * update environment
1 parent e5d1ba7 commit 24d2a22

2 files changed

Lines changed: 15 additions & 30 deletions

File tree

environment-dev.yml

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,23 @@
1-
name: geosci-labs
1+
name: geosci-labs-dev
22

33
channels:
44
- conda-forge
5-
- defaults
65
dependencies:
7-
- mamba
8-
- notebook
9-
- jupyterhub
10-
- jupyterlab
11-
- bokeh
12-
- conda-lock
13-
- ghp-import
14-
- git
15-
- jupytext
16-
- jupyter-resource-usage
17-
- matplotlib<3.5
18-
- numpy
19-
- nbgitpuller
20-
- pandas
21-
- pip
22-
- pillow
23-
- python=3.10
24-
- pytest
6+
- cvxopt
7+
- deepdish
258
- discretize
269
- empymod
27-
- ipywidgets
28-
- mkl
10+
- ipywidgets>=0.6.0
11+
- jupyter
12+
- matplotlib<3.5
13+
- Pillow
14+
- pip
2915
- pymatsolver
30-
- qtconsole
31-
- qtpy
32-
- scipy
33-
- scikit-learn
34-
- discretize
16+
- requests
3517
- simpeg
18+
- pytest
19+
- flake8
20+
- black
3621
- pip:
37-
- git+https://github.com/geoscixyz/geosci-labs
3822
- testipynb
23+

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ dependencies:
66
- cvxopt
77
- deepdish
88
- discretize
9-
- ipywidgets
9+
- ipywidgets>=0.6.0
1010
- jupyter
1111
- matplotlib<3.5
12-
- pillow
12+
- Pillow
1313
- pip
1414
- pymatsolver
1515
- python=3.10

0 commit comments

Comments
 (0)