Skip to content
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

This updates Scipy for gaussian_filter #20

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

asoplata
Copy link
Contributor

This updates the Scipy version so that
scipy.ndimage.gaussian_filter() includes its radius argument.

This updates the Scipy version so that
scipy.ndimage.gaussian_filter() includes its `radius` argument.
Copy link

@lecriste lecriste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it and it works.

@@ -23,7 +23,7 @@
"atlas-commons>=0.1.4",
"click>=7.0",
"numpy>=1.15.0",
"scipy>=1.4.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this is just a lower bound, and not a pin, I'm that the newest scipy wasn't being picked up - correct fix, regardless.

@mgeplf mgeplf merged commit 18ac288 into BlueBrain:main Oct 20, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants