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 = [
27
27
" nibabel >= 3.0" ,
28
28
" nipype >= 1.8.5" ,
29
29
" migas >= 0.4.0" ,
30
+ " nireports >= 24.0.2" ,
30
31
" niworkflows >= 1.7.0" ,
31
32
" nitransforms >= 24.1.0" ,
32
33
" numpy >= 1.22" ,
Original file line number Diff line number Diff line change 26
26
from nilearn .image import threshold_img , load_img
27
27
from niworkflows import NIWORKFLOWS_LOG
28
28
from 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
30
30
from nipype .interfaces .base import File , isdefined , traits
31
31
from nipype .interfaces .mixins import reporting
32
32
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def plot_registration(
47
47
import matplotlib .pyplot as plt
48
48
from nilearn .plotting import plot_anat
49
49
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
51
51
52
52
plot_params = plot_params or {}
53
53
You can’t perform that action at this time.
0 commit comments