From ba1e8b7eb8db058ef1e43bfe2c647b4c45dba4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:17:03 +0000 Subject: [PATCH] Update fmriprep requirement from <=24.0,>=23.2 to >=23.2,<=24.0.1 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.0.1) --- updated-dependencies: - dependency-name: fmriprep 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 ea04925e0..ab0584890 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", + "fmriprep >= 23.2, <= 24.0.1", "indexed_gzip <= 1.8.7", "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5