Skip to content

Commit ffc69a8

Browse files
authored
Merge pull request #435 from mgxd/fix/no-require-t1w
FIX: Lax BIDSDataGrabber anatomical requirement
2 parents 064edcc + d674601 commit ffc69a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nibabies/workflows/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def init_single_subject_wf(
373373
anat_only=config.workflow.anat_only,
374374
anat_derivatives=anatomical_cache or None,
375375
subject_id=subject_id,
376+
require_t1w=False,
376377
),
377378
name='bidssrc',
378379
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"nireports >= 23.2.0",
2626
"nitime",
2727
"nitransforms >= 24.1.1",
28-
"niworkflows >= 1.12.1",
28+
"niworkflows >= 1.12.2",
2929
"numpy >= 1.21.0",
3030
"packaging",
3131
"pandas",

0 commit comments

Comments
 (0)