From 6b97fea472b639244eac1cd8ad891dd2491feee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:43:59 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.9.0 to ~=3.10.0 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c886f25fa..016893545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "indexed_gzip ~= 1.9.1", # for loading imgs in nibabel "jinja2 ~= 3.1.2", # for executive summary "joblib <= 1.4.2", - "matplotlib ~= 3.9.0", + "matplotlib ~= 3.10.0", "networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5 "nibabel >= 3.2.1", "nilearn == 0.11.0", # 0.10.2 raises error with compcor from fMRIPrep 23