From dff070d2a74863919821e79debe6f0faf49e8d4d Mon Sep 17 00:00:00 2001 From: Marcel Rosier Date: Sat, 8 Aug 2026 20:24:17 +0200 Subject: [PATCH] chore: relax numpy constraint to allow >=2.0, tighten nibabel to >=5.0.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cfd077a..946de6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,8 +50,8 @@ classifiers = [ python = "^3.10" # core ttictoc = "^0.5.6" -nibabel = ">=3.2.1" -numpy = "^1.23.0" +nibabel = ">=5.0.0" +numpy = ">=1.23.0" typer = "^0.15.0" simpleitk = ">=2.2.1"