Skip to content

Commit ca64254

Browse files
committed
dkr: downgrade to 3.12 to show nipype crashes
1 parent e9b953a commit ca64254

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dependencies: [ 'latest', 'pre' ]
3232
include:
3333
- os: ubuntu-latest
34-
python-version: '3.13'
34+
python-version: '3.12'
3535
dependencies: 'min'
3636

3737
env:

env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
# Update this ~yearly; last updated June 12 2025
66
dependencies:
7-
- python=3.13
7+
- python=3.12
88
# Needed for svgo and bids-validator; consider moving to deno
99
- nodejs=20
1010
# Intel Math Kernel Library for numpy

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ bidsschematools==1.0.10
2828
# via bids-validator
2929
bokeh==3.6.3
3030
# via tedana
31-
boto3==1.38.35
31+
boto3==1.38.36
3232
# via datalad
33-
botocore==1.38.35
33+
botocore==1.38.36
3434
# via
3535
# boto3
3636
# s3transfer
37-
certifi==2025.4.26
37+
certifi==2025.6.15
3838
# via requests
3939
chardet==5.2.0
4040
# via datalad
@@ -74,7 +74,7 @@ fasteners==0.19
7474
# via datalad
7575
filelock==3.18.0
7676
# via nipype
77-
fonttools==4.58.2
77+
fonttools==4.58.4
7878
# via matplotlib
7979
formulaic==1.1.1
8080
# via pybids
@@ -165,7 +165,7 @@ more-itertools==10.7.0
165165
# datalad-next
166166
# jaraco-classes
167167
# jaraco-functools
168-
msgpack==1.1.0
168+
msgpack==1.1.1
169169
# via datalad
170170
networkx==3.5
171171
# via
@@ -385,7 +385,7 @@ seaborn==0.13.2
385385
# nireports
386386
# niworkflows
387387
# tedana
388-
simpleitk==2.5.0
388+
simpleitk==2.5.2
389389
# via nibabies (pyproject.toml)
390390
simplejson==3.20.1
391391
# via nipype

wrapper/src/nibabies_wrapper/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
MISSING = """
3030
Image '{}' is missing
3131
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'
3333
TF_TEMPLATES = (
3434
'MNI152Lin',
3535
'MNI152NLin2009cAsym',

0 commit comments

Comments
 (0)