From 68f21b73d682d9f81f522f14528e275533ddf631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:30:21 +0200 Subject: [PATCH] build(deps): update numpy requirement from <1.25.0 to <1.27.0 in /requirements (#2532) build(deps): update numpy requirement in /requirements Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.1...v1.26.4) --- updated-dependencies: - dependency-name: numpy 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 9c20c75e700589789b616c398438b33696f90bb7) --- requirements/classification_test.txt | 2 +- requirements/image_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/classification_test.txt b/requirements/classification_test.txt index 2b4247b424e..38be9e67e6f 100644 --- a/requirements/classification_test.txt +++ b/requirements/classification_test.txt @@ -3,5 +3,5 @@ pandas >=1.4.0, <=2.0.3 netcal >1.0.0, <=1.3.5 # calibration_error -numpy <1.25.0 +numpy <1.27.0 fairlearn # group_fairness diff --git a/requirements/image_test.txt b/requirements/image_test.txt index 1ba104080d2..67cd9b1af19 100644 --- a/requirements/image_test.txt +++ b/requirements/image_test.txt @@ -5,6 +5,6 @@ scikit-image >=0.19.0, <=0.23.2 kornia >=0.6.7, <0.8.0 pytorch-msssim ==1.0.0 sewar >=0.4.4, <=0.4.6 -numpy <1.25.0 +numpy <1.27.0 torch-fidelity @ git+https://github.com/toshas/torch-fidelity@master lpips <=0.1.4