There was an error while loading. Please reload this page.
1 parent 4ad3929 commit c73873cCopy full SHA for c73873c
1 file changed
environment.yml
@@ -2,18 +2,22 @@ name: geosci-labs
2
3
channels:
4
- conda-forge
5
+channel_priority: strict
6
dependencies:
- - cvxopt
7
- - deepdish
8
- - discretize
9
- - ipywidgets
10
- - jupyter
11
- - matplotlib
12
- - Pillow
13
- - pip
14
- - pymatsolver
15
- python=3.10
+ - numpy
+ - scipy
+ - libblas=*=*openblas # avoid MKL bloat
+ - matplotlib-base>=3.8 # no Qt
+ - ipywidgets
+ - jupyterlab
+ - pillow
16
- requests
+ - discretize
17
- simpeg
18
+ - pymatsolver
19
+ - deepdish
20
+ - cvxopt
21
+ - pip
22
- pip:
23
- git+https://github.com/geoscixyz/geosci-labs
0 commit comments