File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ def resample_image(
561
561
hmc = []
562
562
563
563
# Retrieve the RAS coordinates of the target space
564
- coordinates = nt .base .SpatialReference .factory (target ).ndcoords .astype ('f4' ). T
564
+ coordinates = nt .base .SpatialReference .factory (target ).ndcoords .astype ('f4' )
565
565
566
566
# We will operate in voxel space, so get the source affine
567
567
vox2ras = source .affine
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies = [
24
24
" nipype >= 1.8.5" ,
25
25
" nireports >= 23.2.0" ,
26
26
" nitime" ,
27
- " nitransforms >= 24.1 .1" ,
27
+ " nitransforms >= 25.0 .1" ,
28
28
" niworkflows >= 1.14.1" ,
29
29
" numpy >= 1.21.0" ,
30
30
" packaging" ,
@@ -35,7 +35,7 @@ dependencies = [
35
35
" sdcflows >= 2.13.0" ,
36
36
" smriprep >= 0.19.1" ,
37
37
" tedana >= 23.0.2" ,
38
- " templateflow >= 24.2.0 " ,
38
+ " templateflow >= 25.0.3 " ,
39
39
" toml" ,
40
40
" typing_extensions; python_version<'3.11'" ,
41
41
]
You can’t perform that action at this time.
0 commit comments