From 7257644e19df448f26cee9a421b1774cf9bed1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:44:27 +0000 Subject: [PATCH 1/2] chore(deps): update numpy requirement from <2.0 to <3.0 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/v0.2.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index c4132eab8..369340a8a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -14,6 +14,6 @@ polars >1.0.0 lightning transformers <4.53.0 zstd -numpy < 2.0 +numpy < 3.0 s5cmd >=0.2.0 soundfile >=0.13.0 # required for torchaudio backend From 60ae97c0723731b10a9ca0f62f3410106be5781f Mon Sep 17 00:00:00 2001 From: Bhimraj Yadav Date: Tue, 1 Jul 2025 22:39:36 +0545 Subject: [PATCH 2/2] Update requirements/test.txt Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 369340a8a..e5d5fd6d4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -14,6 +14,5 @@ polars >1.0.0 lightning transformers <4.53.0 zstd -numpy < 3.0 s5cmd >=0.2.0 soundfile >=0.13.0 # required for torchaudio backend