Skip to content

Commit

Permalink
fix: update niworkflows pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 14, 2023
1 parent ce21c9f commit 47d365c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mriqc/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def parse_args(args=None, namespace=None):
config.execution.participant_label,
session_id=config.execution.session_id,
task=config.execution.task_id,
group_me=False, # for backward compatibility
group_echos=False,
bids_filters=bids_filters,
queries={mod: DEFAULT_BIDS_QUERIES[mod] for mod in lc_modalities}
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"nipype ~= 1.4",
"nireports ~= 23.1",
"nitransforms ~= 23.0",
"niworkflows >= 1.7.7",
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@fix/bids-collect-data-dwi",
"numpy ~=1.20",
"pandas ~=1.0",
"pybids >= 0.15.6",
Expand Down

0 comments on commit 47d365c

Please sign in to comment.