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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 16:55:03 +00:00 committed by mehrad
parent d0f91e5d93
commit 8971ed0772
No known key found for this signature in database
GPG Key ID: AAF81F778210AE42
1 changed files with 1 additions and 1 deletions

View File

@ -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',