Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: simpeg-user-tutorials
channels:
- conda-forge
dependencies:
- python=3.12.*
- python=3.13.*
# Myst requirements
- nodejs>18
- mystmd
# Notebook requirements
- jupyter
- jupyterlab-myst
- nbconvert
- simpeg==0.24.*
- discretize==0.11.*
- simpeg==0.25.*
- discretize==0.12.*
- choclo==0.3.*
- scikit-learn
- pymatsolver
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24**.
These user tutorials are meant to be run with **SimPEG v0.25**.
Please, make sure you have this version installed.
:::

Expand Down