From 7576715ee8b5c3082c3ec9c438a3417f6db5f169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 02:15:39 +0000 Subject: [PATCH] Update monai requirement from ==1.5.1 to ==1.5.2 Updates the requirements on [monai](https://github.com/Project-MONAI/MONAI) to permit the latest version. - [Release notes](https://github.com/Project-MONAI/MONAI/releases) - [Changelog](https://github.com/Project-MONAI/MONAI/blob/dev/CHANGELOG.md) - [Commits](https://github.com/Project-MONAI/MONAI/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: monai dependency-version: 1.5.2 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 e13b402..2dbb512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ SimpleITK = "*" scikit-image = "*" scikit-learn = "*" nibabel = "*" -monai= "==1.5.1" +monai= "==1.5.2" einops = "*" "ruamel.yaml" = "*" joblib = "*"