From 6b4807e089ff112db3968531367f35ca7c3e3814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:49:28 -0400 Subject: [PATCH] Update fmriprep requirement from <=24.0.1,>=23.2 to >=23.2,<=24.1.0 (#444) Updates the requirements on [fmriprep](https://github.com/nipreps/fmriprep) to permit the latest version. - [Release notes](https://github.com/nipreps/fmriprep/releases) - [Changelog](https://github.com/nipreps/fmriprep/blob/master/CHANGES.rst) - [Commits](https://github.com/nipreps/fmriprep/compare/23.2.0...24.1.0) --- updated-dependencies: - dependency-name: fmriprep dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71e0a1ce0..a8cd7b0eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = {file = "LICENSE.md"} requires-python = ">=3.10" dependencies = [ 'importlib_resources; python_version < "3.11"', - "fmriprep >= 23.2, <= 24.0.1", + "fmriprep >= 23.2, <= 24.1.0", "indexed_gzip <= 1.8.7", "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5