Skip to content

Commit e54973b

Browse files
committed
MAINT: Require nitransforms 22.x
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
1 parent 3c25992 commit e54973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"dipy>=1.5.0",
2424
"joblib",
2525
"nipype>= 1.5.1,<2.0",
26-
"nitransforms>=21.0.0,<24",
26+
"nitransforms>=22.0.0,<24",
2727
"nireports",
2828
"numpy>=1.21.3",
2929
"nest-asyncio>=1.5.1",

0 commit comments

Comments
 (0)