From 274d13d575d0a95b0a09495315ca35d32dba7241 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Wed, 29 Oct 2025 15:41:48 -0700 Subject: [PATCH] Bump SimPEG version to v0.25.0 Bump SimPEG to v0.25, discretize to v0.12 and Python to 3.13 in `environment.yml`. Update the admonition that states the required SimPEG version in the landing page. --- environment.yml | 6 +++--- index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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. :::