We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f0a97 commit 62c8bf0Copy full SHA for 62c8bf0
2 files changed
environment.yml
@@ -2,15 +2,15 @@ name: simpeg-user-tutorials
2
channels:
3
- conda-forge
4
dependencies:
5
- - python=3.10.*
+ - python=3.12.*
6
# Myst requirements
7
- nodejs>18
8
- mystmd
9
# Notebook requirements
10
- jupyter
11
- jupyterlab-myst
12
- nbconvert
13
- - simpeg==0.23.*
+ - simpeg==0.24.*
14
- discretize==0.11.*
15
- choclo==0.3.*
16
- scikit-learn
index.md
@@ -10,7 +10,7 @@ SimPEG user tutorials is the place for those who have [installed SimPEG](https:/
:::{caution} Caution
-These user tutorials are meant to be run with **SimPEG v0.23**.
+These user tutorials are meant to be run with **SimPEG v0.24**.
Please, make sure you have this version installed.
:::
0 commit comments