Skip to content

Commit d5aa4a8

Browse files
committed
rel(25.1.2): update changes [skip ci]
1 parent 5230048 commit d5aa4a8

File tree

2 files changed

+36
-15
lines changed

2 files changed

+36
-15
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
25.1.2 (August 28, 2025)
2+
========================
3+
A patch release in the 25.1.x series.
4+
5+
Fixes compatibility with Python 3.12 when running MCRIBS.
6+
7+
### Bug Fixes
8+
* FIX: MCRIBS compatibility (#483)
9+
10+
### Internals / Maintenance
11+
* MAINT: Fix outputs check (#479)
12+
113
25.1.1 (July 2, 2025)
214
=====================
315
A patch release in the 25.1.x series.

requirements.txt

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.13
3-
# by the following command:
4-
#
5-
# pip-compile --extra=container --output-file=requirements.txt --strip-extras pyproject.toml
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --extra=container --strip-extras pyproject.toml -o requirements.txt -p 3.12 --python-platform linux
73
acres==0.5.0
84
# via
9-
# bidsschematools
105
# nibabies (pyproject.toml)
6+
# bidsschematools
117
# nipype
128
# nireports
139
# niworkflows
@@ -36,6 +32,8 @@ botocore==1.38.36
3632
# s3transfer
3733
certifi==2025.6.15
3834
# via requests
35+
cffi==1.17.1
36+
# via cryptography
3937
chardet==5.2.0
4038
# via datalad
4139
charset-normalizer==3.4.2
@@ -53,13 +51,15 @@ contourpy==1.3.2
5351
# via
5452
# bokeh
5553
# matplotlib
54+
cryptography==45.0.6
55+
# via secretstorage
5656
cycler==0.12.1
5757
# via matplotlib
5858
datalad==1.2.0
5959
# via
60+
# nibabies (pyproject.toml)
6061
# datalad-next
6162
# datalad-osf
62-
# nibabies (pyproject.toml)
6363
datalad-next==1.5.0
6464
# via datalad-osf
6565
datalad-osf==0.3.0
@@ -82,6 +82,8 @@ frozendict==2.4.6
8282
# via pybids
8383
fsspec==2025.5.1
8484
# via universal-pathlib
85+
greenlet==3.2.4
86+
# via sqlalchemy
8587
h5py==3.14.0
8688
# via nitransforms
8789
humanize==4.12.3
@@ -108,6 +110,10 @@ jaraco-context==6.0.1
108110
# keyrings-alt
109111
jaraco-functools==4.1.0
110112
# via keyring
113+
jeepney==0.9.0
114+
# via
115+
# keyring
116+
# secretstorage
111117
jinja2==3.1.6
112118
# via
113119
# bokeh
@@ -174,8 +180,8 @@ networkx==3.5
174180
# scikit-image
175181
nibabel==5.3.2
176182
# via
177-
# mapca
178183
# nibabies (pyproject.toml)
184+
# mapca
179185
# nilearn
180186
# nipype
181187
# nireports
@@ -218,6 +224,7 @@ num2words==0.5.14
218224
# via pybids
219225
numpy==2.2.4
220226
# via
227+
# nibabies (pyproject.toml)
221228
# bokeh
222229
# contourpy
223230
# formulaic
@@ -226,7 +233,6 @@ numpy==2.2.4
226233
# mapca
227234
# matplotlib
228235
# nibabel
229-
# nibabies (pyproject.toml)
230236
# nilearn
231237
# nipype
232238
# nireports
@@ -249,13 +255,13 @@ osfclient==0.0.5
249255
# via datalad-osf
250256
packaging==25.0
251257
# via
258+
# nibabies (pyproject.toml)
252259
# bokeh
253260
# datalad
254261
# etelemetry
255262
# lazy-loader
256263
# matplotlib
257264
# nibabel
258-
# nibabies (pyproject.toml)
259265
# nilearn
260266
# nipype
261267
# niworkflows
@@ -264,9 +270,9 @@ packaging==25.0
264270
# smriprep
265271
pandas==2.2.3
266272
# via
273+
# nibabies (pyproject.toml)
267274
# bokeh
268275
# formulaic
269-
# nibabies (pyproject.toml)
270276
# nilearn
271277
# nireports
272278
# niworkflows
@@ -306,6 +312,8 @@ pybtex==0.24.0
306312
# via tedana
307313
pybtex-apa-style==1.3
308314
# via tedana
315+
pycparser==2.22
316+
# via cffi
309317
pydot==4.0.0
310318
# via
311319
# nipype
@@ -338,9 +346,9 @@ rdflib==7.1.4
338346
# via nipype
339347
requests==2.32.4
340348
# via
349+
# nibabies (pyproject.toml)
341350
# datalad
342351
# etelemetry
343-
# nibabies (pyproject.toml)
344352
# nilearn
345353
# osfclient
346354
# pooch
@@ -385,8 +393,8 @@ seaborn==0.13.2
385393
# nireports
386394
# niworkflows
387395
# tedana
388-
simpleitk==2.5.2
389-
# via nibabies (pyproject.toml)
396+
secretstorage==3.3.3
397+
# via keyring
390398
simplejson==3.20.1
391399
# via nipype
392400
six==1.17.0
@@ -435,6 +443,7 @@ transforms3d==0.4.2
435443
typing-extensions==4.14.0
436444
# via
437445
# formulaic
446+
# nibabel
438447
# sqlalchemy
439448
tzdata==2025.2
440449
# via pandas

0 commit comments

Comments
 (0)