Skip to content

Commit 8009921

Browse files
authored
fix: incr to Py3.12 and cap Pooch version (#149)
There's currently a bug with the MNE sample data download we use in `content/09_data_to_simulation/from_meg_to_hnn_notebook.ipynb` that probably comes from an upstream issue with the Pooch library fatiando/pooch#518 This reverses the prior commit in order to change the Python version back to 3.12 (which is required for some Pathlib changes we use), and also forces use of an older Pooch version to enable notebook building successfully.
1 parent bea38e5 commit 8009921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ dependencies:
66
- beautifulsoup4==4.12.3
77
- pandoc==3.6.2
88
- pip==25.0
9+
- pooch<1.9.0
910
- pypandoc==1.15
1011
- markdown=3.4
1112
- openmpi>5

0 commit comments

Comments
 (0)