Skip to content

Commit

Permalink
Merge pull request #435 from mgxd/fix/no-require-t1w
Browse files Browse the repository at this point in the history
FIX: Lax BIDSDataGrabber anatomical requirement
  • Loading branch information
mgxd authored Jan 23, 2025
2 parents 064edcc + d674601 commit ffc69a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nibabies/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def init_single_subject_wf(
anat_only=config.workflow.anat_only,
anat_derivatives=anatomical_cache or None,
subject_id=subject_id,
require_t1w=False,
),
name='bidssrc',
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"nireports >= 23.2.0",
"nitime",
"nitransforms >= 24.1.1",
"niworkflows >= 1.12.1",
"niworkflows >= 1.12.2",
"numpy >= 1.21.0",
"packaging",
"pandas",
Expand Down

0 comments on commit ffc69a8

Please sign in to comment.