[MRG] fix: Cap pooch dependency version#1241
[MRG] fix: Cap pooch dependency version#1241ntolley merged 1 commit intojonescompneurolab:masterfrom
Conversation
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.
ntolley
left a comment
There was a problem hiding this comment.
Shall we look into undoing this when the bug is patched on their end?
I see that you might have found the solution for pooch so I think you'll be in the know when it's ready to retry
In any case I've verified on the docs that the somato example is functioning again so good to merge!
|
Forgot to mention: This was actually the original cause of the problem in #1237, not the Python version itself. @ntolley Yes absolutely. I submitted an upstream patch to |
Currently, both the script and notebook versions of our example file
examples/workflows/plot_simulate_somato.pyfail because of an upstream breakage in how the MNE sample data is downloaded and unpacked (see here fatiando/pooch#518This change fixes the issue by "capping" the Pooch version to a prior version which does not contain the bug.