Skip to content

Commit

Permalink
Merge pull request #1342 from nipreps/fix/bigplot-issues-nireports
Browse files Browse the repository at this point in the history
FIX: Pin latest *NiReports* release (24.0.1) addressing ``fMRIPlot`` issues
  • Loading branch information
oesteban authored Aug 26, 2024
2 parents f7ca4cf + 796df24 commit e22e06b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ jobs:
- data-v2-
- restore_cache:
keys:
- bold-v5-{{ .Branch }}
- bold-v5-master
- bold-v5-
- bold-v6-{{ .Branch }}
- bold-v6-master
- bold-v6-

- run:
name: Remove old, cached configs
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
path: /tmp/bold/misc

- save_cache:
key: bold-v5-{{ .Branch }}
key: bold-v6-{{ .Branch }}
paths:
- /tmp/bold/work

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"nibabel >= 3.0.1",
"nilearn >= 0.5.1",
"nipype ~= 1.4",
"nireports ~= 23.1",
"nireports ~= 24.0.2",
"nitransforms ~= 24.0",
"niworkflows ~=1.10.1",
"numpy ~=1.20",
Expand Down

0 comments on commit e22e06b

Please sign in to comment.