File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
nibabies/workflows/anatomical Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -904,6 +904,7 @@ def init_infant_anat_fit_wf(
904
904
sloppy = sloppy ,
905
905
omp_nthreads = omp_nthreads ,
906
906
templates = templates ,
907
+ image_type = reference_anat ,
907
908
)
908
909
ds_template_registration_wf = init_ds_template_registration_wf (
909
910
output_dir = str (output_dir ),
@@ -1729,6 +1730,7 @@ def init_infant_single_anat_fit_wf(
1729
1730
sloppy = sloppy ,
1730
1731
omp_nthreads = omp_nthreads ,
1731
1732
templates = templates ,
1733
+ image_type = reference_anat ,
1732
1734
)
1733
1735
ds_template_registration_wf = init_ds_template_registration_wf (
1734
1736
output_dir = str (output_dir ),
Original file line number Diff line number Diff line change @@ -25,15 +25,16 @@ dependencies = [
25
25
" nireports >= 23.2.0" ,
26
26
" nitime" ,
27
27
" nitransforms >= 23.0.1" ,
28
- " niworkflows >= 1.11.0 " ,
28
+ " niworkflows >= 1.12.1 " ,
29
29
" numpy >= 1.21.0" ,
30
30
" packaging" ,
31
31
" pandas" ,
32
32
" psutil >= 5.4" ,
33
33
" pybids >= 0.15.0" ,
34
34
" requests" ,
35
35
" sdcflows >= 2.10.0" ,
36
- " smriprep >= 0.16.1" ,
36
+ # "smriprep >= 0.16.1",
37
+ " smriprep @ git+https://github.com/nipreps/smriprep.git@master" ,
37
38
" tedana >= 23.0.2" ,
38
39
" templateflow >= 24.2.0" ,
39
40
" toml" ,
You can’t perform that action at this time.
0 commit comments