Commit 9263143
committed
MAINT: Require
Require `nitransforms` 22.x.
Fixes:
```
.tox/py310/lib/python3.10/site-packages/nitransforms/io/base.py:4: in <module>
from scipy.io.matlab.miobase import get_matfile_version
E ImportError: cannot import name 'get_matfile_version' from 'scipy.io.matlab.miobase'
(/home/runner/work/nifreeze/nifreeze/.tox/py310/lib/python3.10/site-packages/scipy/io/matlab/miobase.py)
```
raised for example in:
https://github.com/nipreps/nifreeze/actions/runs/14013636690/job/39236852012?pr=83#step:11:58
Importing `scipy.io.matlabt.miobase.get_matfile_version` was removed in:
https://github.com/nipy/nitransforms/pull/151/files
included in release 22.0.0:
https://github.com/nipy/nitransforms/releases/tag/22.0.0nitransforms 22.x1 parent f7a50e9 commit 9263143
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments