Skip to content

Commit 5863ec6

Browse files
committed
update environment
1 parent 771ae9b commit 5863ec6

2 files changed

Lines changed: 16 additions & 31 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.4
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: 3 additions & 3 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
11-
- matplotlib<3.4
12-
- pillow
11+
- matplotlib<3.5
12+
- Pillow
1313
- pip
1414
- pymatsolver
1515
- python=3.10

0 commit comments

Comments
 (0)