File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ def resample_image(
569
569
hmc = []
570
570
571
571
# Retrieve the RAS coordinates of the target space
572
- coordinates = nt .base .SpatialReference .factory (target ).ndcoords .astype ('f4' ). T
572
+ coordinates = nt .base .SpatialReference .factory (target ).ndcoords .astype ('f4' )
573
573
574
574
# We will operate in voxel space, so get the source affine
575
575
vox2ras = source .affine
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
26
26
" nipype >= 1.8.5" ,
27
27
" nireports >= 24.1.0" ,
28
28
" nitime >= 0.9" ,
29
- " nitransforms >= 24.1 .1" ,
29
+ " nitransforms >= 25.0 .1" ,
30
30
" niworkflows @ git+https://github.com/nipreps/niworkflows.git@master" ,
31
31
" numpy >= 1.24" ,
32
32
" packaging >= 24" ,
You can’t perform that action at this time.
0 commit comments