Skip to content

Commit a24c4d7

Browse files
authored
Merge pull request #69 from simpeg/update-simpeg-v0.25.0
Update environment
2 parents 9a08ce7 + 743f6ad commit a24c4d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: simpeg-user-tutorials
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.12.*
5+
- python=3.13.*
66
# Myst requirements
77
- nodejs>18
88
- mystmd
99
# Notebook requirements
1010
- jupyter
1111
- jupyterlab-myst
1212
- nbconvert
13-
- simpeg==0.24.*
14-
- discretize==0.11.*
13+
- simpeg==0.25.*
14+
- discretize==0.12.*
1515
- choclo==0.3.*
1616
- scikit-learn
1717
- pymatsolver

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SimPEG user tutorials is the place for those who have [installed SimPEG](https:/
1010

1111

1212
:::{caution} Caution
13-
These user tutorials are meant to be run with **SimPEG v0.24**.
13+
These user tutorials are meant to be run with **SimPEG v0.25**.
1414
Please, make sure you have this version installed.
1515
:::
1616

0 commit comments

Comments
 (0)