From d48b6568cd2f5d89c7e54aa3f1b57483d901f2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:37:39 +0200 Subject: [PATCH] build(deps): update jiwer requirement from <=3.0.2,>=2.3.0 to >=2.3.0,<3.1.0 in /requirements (#2056) * build(deps): update jiwer requirement in /requirements Updates the requirements on [jiwer](https://github.com/jitsi/jiwer) to permit the latest version. - [Release notes](https://github.com/jitsi/jiwer/releases) - [Commits](https://github.com/jitsi/jiwer/compare/v2.3.0...v3.0.3) --- updated-dependencies: - dependency-name: jiwer dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update requirements/text_test.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/text_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/text_test.txt b/requirements/text_test.txt index 2aa06516fee..eb9d69af225 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -1,7 +1,7 @@ # 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 -jiwer >=2.3.0, <=3.0.2 +jiwer >=2.3.0, <3.1.0 rouge-score >0.1.0, <=0.1.2 bert_score ==0.3.13 huggingface-hub <0.16 # hotfix, failing SDR for latest PT 1.11