Commit 6a04c4c
authored
fix: Cap pooch dependency version (#1241)
Currently, both the script and notebook versions of our example file
`examples/workflows/plot_simulate_somato.py` fail because of an upstream
breakage in how the MNE sample data is downloaded and unpacked (see here
fatiando/pooch#518
This change fixes the issue by "capping" the Pooch version to a prior
version which does not contain the bug.1 parent 2f23f75 commit 6a04c4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments