File tree Expand file tree Collapse file tree 3 files changed +23
-18
lines changed Expand file tree Collapse file tree 3 files changed +23
-18
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 @@ -22,23 +22,23 @@ requires-python = ">=3.10"
22
22
dependencies = [
23
23
" acres >= 0.2.0" ,
24
24
" looseversion >= 1.3" ,
25
- " nibabel >= 4.0 .1" ,
26
- " nipype >= 1.8.5 " ,
25
+ " nibabel >= 5.1 .1" ,
26
+ " nipype >= 1.9.0 " ,
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
- " numpy >= 1.24 " ,
31
+ " numpy >= 2.0 " ,
32
32
" packaging >= 24" ,
33
- " pandas >= 1 .2" ,
33
+ " pandas >= 2 .2" ,
34
34
" psutil >= 5.4" ,
35
35
" pybids >= 0.16" ,
36
36
" requests >= 2.27" ,
37
37
" sdcflows >= 2.13.1" ,
38
38
" smriprep @ git+https://github.com/nipreps/smriprep.git@master" ,
39
39
" tedana >= 25.0.0" ,
40
40
" templateflow >= 24.2.2" ,
41
- " transforms3d >= 0.4" ,
41
+ " transforms3d >= 0.4.2 " ,
42
42
" toml >= 0.10" ,
43
43
" codecarbon >= 2" ,
44
44
" APScheduler >= 3.10" ,
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
- # uv pip compile --extra=container --strip-extras pyproject.toml -c constraints.txt - o requirements.txt -p 3.12
2
+ # uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12 --python-platform linux
3
3
acres == 0.3.0
4
4
# via
5
5
# fmriprep (pyproject.toml)
@@ -68,7 +68,9 @@ contourpy==1.3.2
68
68
# bokeh
69
69
# matplotlib
70
70
cryptography == 45.0.4
71
- # via jwcrypto
71
+ # via
72
+ # jwcrypto
73
+ # secretstorage
72
74
cycler == 0.12.1
73
75
# via matplotlib
74
76
datalad == 1.2.0
@@ -100,6 +102,8 @@ frozendict==2.4.6
100
102
# via pybids
101
103
fsspec == 2025.5.1
102
104
# via universal-pathlib
105
+ greenlet == 3.2.4
106
+ # via sqlalchemy
103
107
h11 == 0.16.0
104
108
# via httpcore
105
109
h5py == 3.14.0
@@ -135,6 +139,10 @@ jaraco-context==6.0.1
135
139
# keyrings-alt
136
140
jaraco-functools == 4.1.0
137
141
# via keyring
142
+ jeepney == 0.9.0
143
+ # via
144
+ # keyring
145
+ # secretstorage
138
146
jinja2 == 3.1.6
139
147
# via
140
148
# bokeh
@@ -234,20 +242,18 @@ nipype==1.10.0
234
242
# smriprep
235
243
nireports == 25.2.0
236
244
# via
237
- # -c constraints.txt
238
245
# fmriprep (pyproject.toml)
239
246
# sdcflows
247
+ # smriprep
240
248
nitime == 0.11
241
249
# via fmriprep (pyproject.toml)
242
- nitransforms == 24.1.2
250
+ nitransforms == 25.0.1
243
251
# via
244
- # -c constraints.txt
245
252
# fmriprep (pyproject.toml)
246
253
# niworkflows
247
254
# sdcflows
248
255
niworkflows == 1.13.4
249
256
# via
250
- # -c constraints.txt
251
257
# fmriprep (pyproject.toml)
252
258
# sdcflows
253
259
# smriprep
@@ -441,14 +447,14 @@ scipy==1.15.2
441
447
# sdcflows
442
448
# tedana
443
449
sdcflows == 2.13.2
444
- # via
445
- # -c constraints.txt
446
- # fmriprep (pyproject.toml)
450
+ # via fmriprep (pyproject.toml)
447
451
seaborn == 0.13.2
448
452
# via
449
453
# nireports
450
454
# niworkflows
451
455
# tedana
456
+ secretstorage == 3.3.3
457
+ # via keyring
452
458
sentry-sdk == 2.28.0
453
459
# via fmriprep (pyproject.toml)
454
460
shellingham == 1.5.4
@@ -474,9 +480,8 @@ svgutils==0.3.4
474
480
# via niworkflows
475
481
tedana == 25.0.1
476
482
# via fmriprep (pyproject.toml)
477
- templateflow == 24.2.2
483
+ templateflow == 25.0.3
478
484
# via
479
- # -c constraints.txt
480
485
# fmriprep (pyproject.toml)
481
486
# nireports
482
487
# niworkflows
You can’t perform that action at this time.
0 commit comments