File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies = [
2727 " nibabel >= 3.0" ,
2828 " nipype >= 1.8.5" ,
2929 " migas >= 0.4.0" ,
30+ " nireports >= 24.0.2" ,
3031 " niworkflows >= 1.7.0" ,
3132 " nitransforms >= 24.1.0" ,
3233 " numpy >= 1.22" ,
Original file line number Diff line number Diff line change 2626from nilearn .image import threshold_img , load_img
2727from niworkflows import NIWORKFLOWS_LOG
2828from niworkflows .utils .images import rotation2canonical , rotate_affine
29- from niworkflows . viz .utils import cuts_from_bbox , compose_view
29+ from nireports . reportlets .utils import cuts_from_bbox , compose_view
3030from nipype .interfaces .base import File , isdefined , traits
3131from nipype .interfaces .mixins import reporting
3232
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def plot_registration(
4747 import matplotlib .pyplot as plt
4848 from nilearn .plotting import plot_anat
4949 from svgutils .transform import SVGFigure
50- from niworkflows . viz .utils import robust_set_limits , extract_svg , SVGNS
50+ from nireports . reportlets .utils import robust_set_limits , extract_svg , SVGNS
5151
5252 plot_params = plot_params or {}
5353
You can’t perform that action at this time.
0 commit comments