From 90ce376c3ae9b1e0078409b2f3852fddd3f9f114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:26 +0000 Subject: [PATCH] build(deps-dev): update nibabel requirement from >=5.0 to >=5.4.2 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/5.0.0...5.4.2) --- updated-dependencies: - dependency-name: nibabel dependency-version: 5.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53749bc..e5415d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,13 +35,13 @@ dicom = [ "pydicom>=2.4", ] nifti = [ - "nibabel>=5.0", + "nibabel>=5.4.2", ] parquet = [ "pyarrow>=14.0", ] export = [ - "nibabel>=4.0", + "nibabel>=5.4.2", "pyarrow>=14.0", ] all = [