From 6708c804f7bfc860ecb04ae90a110a9a22dbdb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:45:42 +0000 Subject: [PATCH] Update nibabel requirement from <=5.1 to <=5.2.1 Updates the requirements on [nibabel](https://github.com/nipy/nibabel) to permit the latest version. - [Release notes](https://github.com/nipy/nibabel/releases) - [Changelog](https://github.com/nipy/nibabel/blob/master/Changelog) - [Commits](https://github.com/nipy/nibabel/compare/brifti-0.1...5.2.1) --- updated-dependencies: - dependency-name: nibabel 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 b111454f2..ae2bfc8b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "indexed_gzip <= 1.8.7", "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5 - "nibabel <= 5.1", + "nibabel <= 5.2.1", "nilearn ~= 0.10.3", "nipype >= 1.8.5", "nitransforms >= 21.0.0",