Skip to content

Commit e22e06b

Browse files
authored
Merge pull request #1342 from nipreps/fix/bigplot-issues-nireports
FIX: Pin latest *NiReports* release (24.0.1) addressing ``fMRIPlot`` issues
2 parents f7ca4cf + 796df24 commit e22e06b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,9 @@ jobs:
533533
- data-v2-
534534
- restore_cache:
535535
keys:
536-
- bold-v5-{{ .Branch }}
537-
- bold-v5-master
538-
- bold-v5-
536+
- bold-v6-{{ .Branch }}
537+
- bold-v6-master
538+
- bold-v6-
539539

540540
- run:
541541
name: Remove old, cached configs
@@ -570,7 +570,7 @@ jobs:
570570
path: /tmp/bold/misc
571571

572572
- save_cache:
573-
key: bold-v5-{{ .Branch }}
573+
key: bold-v6-{{ .Branch }}
574574
paths:
575575
- /tmp/bold/work
576576

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"nibabel >= 3.0.1",
2828
"nilearn >= 0.5.1",
2929
"nipype ~= 1.4",
30-
"nireports ~= 23.1",
30+
"nireports ~= 24.0.2",
3131
"nitransforms ~= 24.0",
3232
"niworkflows ~=1.10.1",
3333
"numpy ~=1.20",

0 commit comments

Comments
 (0)