Skip to content

Commit 9aeab65

Browse files
committed
Merge remote-tracking branch 'upstream/master' into t2smap-nss
2 parents fc51405 + 615b7ba commit 9aeab65

File tree

4 files changed

+34
-28
lines changed

4 files changed

+34
-28
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
run: tox c
7373
- name: Run tox
7474
run: tox -v --exit-and-dump-after 1200
75+
- name: Minimize uv cache
76+
run: uv cache prune --ci
77+
if: ${{ always() }}
7578
- uses: codecov/codecov-action@v5
7679
with:
7780
token: ${{ secrets.CODECOV_TOKEN }}
@@ -96,3 +99,6 @@ jobs:
9699
run: tox c -e ${{ matrix.check }}
97100
- name: Run check
98101
run: tox -e ${{ matrix.check }}
102+
- name: Minimize uv cache
103+
run: uv cache prune --ci
104+
if: ${{ always() }}

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
25.2.3 (October 17, 2025)
2+
=========================
3+
Bug-fix release in the 25.2.x series.
4+
5+
This fix addresses an incompatibility between the PyBIDS and universal-pathlib dependencies.
6+
The only change is reverting universal-pathlib to a compatible version in the lock file,
7+
which will also fix the container.
8+
9+
110
25.2.2 (October 06, 2025)
211
=========================
312
Bug-fix release in the 25.2.x series.

fmriprep/interfaces/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import nipype.interfaces.io as nio
3434
from nipype.algorithms import confounds as nac
3535
from nipype.interfaces.base import File, traits
36-
from numpy.linalg.linalg import LinAlgError
36+
from numpy.linalg import LinAlgError
3737

3838

3939
class RobustACompCor(nac.ACompCor):

pixi.lock

Lines changed: 18 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)