Skip to content

Commit 97b7cd8

Browse files
committed
PIN: Downgrade nitransforms for 24.1.x
1 parent 7c98ba7 commit 97b7cd8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"nipype >= 1.8.5",
2626
"nireports >= 23.2.2",
2727
"nitime",
28-
"nitransforms >= 21.0.0",
28+
"nitransforms >= 21.0.0, != 24.0.0",
2929
"niworkflows >= 1.11.0",
3030
"numpy >= 1.22",
3131
"packaging",

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ nireports==23.2.2
232232
# via fmriprep (pyproject.toml)
233233
nitime==0.10.2
234234
# via fmriprep (pyproject.toml)
235-
nitransforms==24.0.0
235+
nitransforms==23.0.1
236236
# via
237237
# fmriprep (pyproject.toml)
238238
# niworkflows
@@ -300,8 +300,6 @@ pandas==2.2.2
300300
# pybids
301301
# seaborn
302302
# tedana
303-
pathlib==1.0.1
304-
# via nitransforms
305303
patool==2.4.0
306304
# via datalad
307305
pillow==10.4.0

0 commit comments

Comments
 (0)