From a0e566effa6f3e86c457bec725a345f208274f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:33:15 +0000 Subject: [PATCH] build(deps): update numpy requirement from <2.0 to <3.0 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...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/audio.txt | 2 +- requirements/classification_test.txt | 2 +- requirements/image_test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/audio.txt b/requirements/audio.txt index 2cc667379b3..efd5ad9dad8 100644 --- a/requirements/audio.txt +++ b/requirements/audio.txt @@ -3,7 +3,7 @@ # this need to be the same as used inside speechmetrics pesq >=0.0.4, <0.0.5 -numpy <2.0 # strict, for compatibility reasons +numpy <3.0 # strict, for compatibility reasons pystoi >=0.4.0, <0.5.0 torchaudio >=2.0.1, <2.6.0 gammatone >=1.0.0, <1.1.0 diff --git a/requirements/classification_test.txt b/requirements/classification_test.txt index 468a5effe8d..d004d81cb60 100644 --- a/requirements/classification_test.txt +++ b/requirements/classification_test.txt @@ -3,6 +3,6 @@ pandas >1.4.0, <=2.2.3 netcal >1.0.0, <1.4.0 # calibration_error -numpy <2.2.0 +numpy <2.3.0 fairlearn # group_fairness PyTDC ==0.4.1 ; python_version <"3.12" # locauc, temporal_dependency diff --git a/requirements/image_test.txt b/requirements/image_test.txt index eafa93bed63..4169e861081 100644 --- a/requirements/image_test.txt +++ b/requirements/image_test.txt @@ -5,6 +5,6 @@ scikit-image >=0.19.0, <0.26.0 kornia >=0.6.7, <0.8.0 pytorch-msssim ==1.0.0 sewar >=0.4.4, <=0.4.6 -numpy <2.2.0 +numpy <2.3.0 torch-fidelity @ git+https://github.com/toshas/torch-fidelity@master lpips <=0.1.4