From 9586c86787ebfb7aae83f1c87611c275c5c112fc Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sun, 25 Aug 2024 01:25:35 +0200 Subject: [PATCH 1/4] fix: pin upcoming *NiReports* release addressing ``fMRIPlot`` issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e3bf042..d189cbc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "nibabel >= 3.0.1", "nilearn >= 0.5.1", "nipype ~= 1.4", - "nireports ~= 23.1", + "nireports ~= 24.0.1", "nitransforms ~= 24.0", "niworkflows ~=1.10.1", "numpy ~=1.20", From 545ceb413463fafe724337c05efcf0f510c9eb9f Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sun, 25 Aug 2024 16:17:53 +0200 Subject: [PATCH 2/4] maint: refresh circle cache --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3cc6d7ea..587a51a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -570,7 +570,7 @@ jobs: path: /tmp/bold/misc - save_cache: - key: bold-v5-{{ .Branch }} + key: bold-v6-{{ .Branch }} paths: - /tmp/bold/work From 8a8189fd70d3482612bea759d8f85d4819da2ff8 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sun, 25 Aug 2024 17:23:19 +0200 Subject: [PATCH 3/4] fix: revising funky fmriplots --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d2534dbf..c033dbb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ dependencies = [ "nibabel >= 3.0.1", "nilearn >= 0.5.1", "nipype ~= 1.4", - "nireports ~= 24.0.1", + "nireports @ git+https://github.com/nipreps/nireports.git@fix/leftover-axes-decoration", "nitransforms ~= 24.0", - "niworkflows ~=1.10.1", + "niworkflows ~=1.10", "numpy ~=1.20", "orjson", "pandas", From 796df24be1fc8fec72d6ec7f53a0eeb347209a09 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 26 Aug 2024 07:43:29 +0200 Subject: [PATCH 4/4] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c033dbb7..53c61855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ dependencies = [ "nibabel >= 3.0.1", "nilearn >= 0.5.1", "nipype ~= 1.4", - "nireports @ git+https://github.com/nipreps/nireports.git@fix/leftover-axes-decoration", + "nireports ~= 24.0.2", "nitransforms ~= 24.0", - "niworkflows ~=1.10", + "niworkflows ~=1.10.1", "numpy ~=1.20", "orjson", "pandas",