diff --git a/environment.yml b/environment.yml index 1b51ce15..72706315 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: simpeg-user-tutorials channels: - conda-forge dependencies: - - python=3.12.* + - python=3.13.* # Myst requirements - nodejs>18 - mystmd @@ -10,8 +10,8 @@ dependencies: - jupyter - jupyterlab-myst - nbconvert - - simpeg==0.24.* - - discretize==0.11.* + - simpeg==0.25.* + - discretize==0.12.* - choclo==0.3.* - scikit-learn - pymatsolver diff --git a/index.md b/index.md index 68d17e14..07f33b2c 100644 --- a/index.md +++ b/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.24**. +These user tutorials are meant to be run with **SimPEG v0.25**. Please, make sure you have this version installed. :::