From 83ff38def409f3b0c9208eaa7d4b9e9c2208233c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:13:42 +0200 Subject: [PATCH] build(deps): update scipy requirement from <1.14.0,>1.0.0 to >1.0.0,<1.15.0 in /requirements (#2661) build(deps): update scipy requirement in /requirements Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.0.1...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8d84cf438d6c315649c0dbfcea9f6956a66f67aa) --- requirements/image.txt | 2 +- requirements/nominal_test.txt | 2 +- requirements/segmentation_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/image.txt b/requirements/image.txt index 4f058b0e410..70cd2ee21a2 100644 --- a/requirements/image.txt +++ b/requirements/image.txt @@ -1,6 +1,6 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -scipy >1.0.0, <1.14.0 +scipy >1.0.0, <1.15.0 torchvision >=0.8, <0.20.0 torch-fidelity <=0.4.0 # bumping to allow install version from master, now used in testing diff --git a/requirements/nominal_test.txt b/requirements/nominal_test.txt index 0cbbde2c23b..ca2f21fcc9a 100644 --- a/requirements/nominal_test.txt +++ b/requirements/nominal_test.txt @@ -3,5 +3,5 @@ pandas >1.0.0, <=2.2.2 # cannot pin version due to numpy version incompatibility dython <=0.7.6 -scipy >1.0.0, <1.14.0 # cannot pin version due to some version conflicts with `oldest` CI configuration +scipy >1.0.0, <1.15.0 # cannot pin version due to some version conflicts with `oldest` CI configuration statsmodels >0.13.5, <0.15.0 diff --git a/requirements/segmentation_test.txt b/requirements/segmentation_test.txt index e26b5ef76fb..d1f12efc7a1 100644 --- a/requirements/segmentation_test.txt +++ b/requirements/segmentation_test.txt @@ -1,5 +1,5 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -scipy >1.0.0, <1.14.0 +scipy >1.0.0, <1.15.0 monai ==1.3.2