Skip to content

Commit a69d265

Browse files
authored
Add environment.yml file (#9)
Add `environment.yml` file with required dependencies to run the notebooks and to build the website with Myst.
1 parent f9b98de commit a69d265

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

environment.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: simpeg-user-tutorials
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.10.*
6+
# Myst requirements
7+
- nodejs>=20,<21
8+
- mystmd
9+
# Notebook requirements
10+
- jupyter
11+
- SimPEG==0.20.*
12+
- discretize==0.10.*
13+
- pymatsolver

0 commit comments

Comments
 (0)