From 8971ed0772abd0da4f4c901227c7ffcd3696dbe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:55:03 +0000 Subject: [PATCH] Update sacrebleu requirement from ~=1.0 to >=1,<3 Updates the requirements on [sacrebleu](https://github.com/mjpost/sacrebleu) to permit the latest version. - [Release notes](https://github.com/mjpost/sacrebleu/releases) - [Changelog](https://github.com/mjpost/sacrebleu/blob/master/CHANGELOG.md) - [Commits](https://github.com/mjpost/sacrebleu/compare/1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: sacrebleu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f35111e..10213e49 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setuptools.setup( 'torch>=1.9.0,<1.10.0', 'tqdm==4.62.2', 'pyrouge>=0.1.3', - 'sacrebleu~=1.0', + 'sacrebleu>=1,<3', 'bert-score~=0.3', 'requests~=2.22', 'num2words>=0.5.10',