Skip to content

Commit

Permalink
This updates Scipy for gaussian_filter (#20)
Browse files Browse the repository at this point in the history
This updates the Scipy version so that
scipy.ndimage.gaussian_filter() includes its `radius` argument.
  • Loading branch information
asoplata authored Oct 20, 2023
1 parent 6a0ffff commit 18ac288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"atlas-commons>=0.1.4",
"click>=7.0",
"numpy>=1.15.0",
"scipy>=1.4.1",
"scipy>=1.10.0",
"voxcell>=3.0.0",
],
extras_require={
Expand Down

0 comments on commit 18ac288

Please sign in to comment.