-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency updates #9
base: master
Are you sure you want to change the base?
Conversation
Hey @jrdalenberg Thanks for the PR. Need to double check but:
Making sure that the demo notebook can run at any time is VERY good point though so it should probably be part of the CI. |
Also it seems that the changes are breaking some tests on Windows only. |
my bad the tests are failing on main too, so this is not related to the PR. Sorry. |
Thanks for the responses. @ Plotting: matplotlib was already in there. The line was only updated with a comma. The plotting features in core code used an outdated argument. @ Masking using nilearn: I understand your point. If I find some time I could implement just the masking logic. Should I wait on a fix for the windows tests? |
And that's why I should not review things too early in the morning!!! 🙈
If you have time that'd be great
|
FYI I have just updated the code formatting tooling. To get rid of the annoying CI failure you can:
|
I was doing a power analysis for myself and noticed that the code was not working with the latest packages.
These updates work for me using Python 3.9.18.
I updated:
math_img
from Nilearn.normed
argument.