From 5fc7654d66b26113e8449f35c06d954f8ef1e642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:05:17 +0000 Subject: [PATCH] Update simpleitk requirement from <2.4.0,>=2.1.0 to >=2.1.0,<2.5.0 Updates the requirements on [simpleitk](https://github.com/SimpleITK/SimpleITK) to permit the latest version. - [Release notes](https://github.com/SimpleITK/SimpleITK/releases) - [Commits](https://github.com/SimpleITK/SimpleITK/compare/v2.1.0...v2.4.0) --- updated-dependencies: - dependency-name: simpleitk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 437bcb4..76f2c82 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -SimpleITK >=2.1.0, <2.4.0 +SimpleITK >=2.1.0, <2.5.0 numpy pydicom