File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
wrapper/src/nibabies_wrapper Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 31
31
dependencies : [ 'latest', 'pre' ]
32
32
include :
33
33
- os : ubuntu-latest
34
- python-version : ' 3.13 '
34
+ python-version : ' 3.12 '
35
35
dependencies : ' min'
36
36
37
37
env :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ channels:
4
4
- conda-forge
5
5
# Update this ~yearly; last updated June 12 2025
6
6
dependencies :
7
- - python=3.13
7
+ - python=3.12
8
8
# Needed for svgo and bids-validator; consider moving to deno
9
9
- nodejs=20
10
10
# Intel Math Kernel Library for numpy
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ bidsschematools==1.0.10
28
28
# via bids-validator
29
29
bokeh == 3.6.3
30
30
# via tedana
31
- boto3 == 1.38.35
31
+ boto3 == 1.38.36
32
32
# via datalad
33
- botocore == 1.38.35
33
+ botocore == 1.38.36
34
34
# via
35
35
# boto3
36
36
# s3transfer
37
- certifi == 2025.4.26
37
+ certifi == 2025.6.15
38
38
# via requests
39
39
chardet == 5.2.0
40
40
# via datalad
@@ -74,7 +74,7 @@ fasteners==0.19
74
74
# via datalad
75
75
filelock == 3.18.0
76
76
# via nipype
77
- fonttools == 4.58.2
77
+ fonttools == 4.58.4
78
78
# via matplotlib
79
79
formulaic == 1.1.1
80
80
# via pybids
@@ -165,7 +165,7 @@ more-itertools==10.7.0
165
165
# datalad-next
166
166
# jaraco-classes
167
167
# jaraco-functools
168
- msgpack == 1.1.0
168
+ msgpack == 1.1.1
169
169
# via datalad
170
170
networkx == 3.5
171
171
# via
@@ -385,7 +385,7 @@ seaborn==0.13.2
385
385
# nireports
386
386
# niworkflows
387
387
# tedana
388
- simpleitk == 2.5.0
388
+ simpleitk == 2.5.2
389
389
# via nibabies (pyproject.toml)
390
390
simplejson == 3.20.1
391
391
# via nipype
Original file line number Diff line number Diff line change 29
29
MISSING = """
30
30
Image '{}' is missing
31
31
Would you like to download? [Y/n] """
32
- PKG_PATH = '/opt/conda/envs/nibabies/lib/python3.13 /site-packages'
32
+ PKG_PATH = '/opt/conda/envs/nibabies/lib/python3.12 /site-packages'
33
33
TF_TEMPLATES = (
34
34
'MNI152Lin' ,
35
35
'MNI152NLin2009cAsym' ,
You can’t perform that action at this time.
0 commit comments