From 6a93cb57e370e99fbfaf2dfba7ae7c5ab209ba3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 05:26:31 +0000 Subject: [PATCH] Bump nltk Bumps [nltk](https://github.com/nltk/nltk) from 3.6.5 to 3.6.6. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.5...3.6.6) --- updated-dependencies: - dependency-name: nltk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../translation/quantization/ptq_dynamic/eager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/eager/requirements.txt b/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/eager/requirements.txt index 4e3c59e6acd..86e82197a43 100644 --- a/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/eager/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/eager/requirements.txt @@ -1,5 +1,5 @@ rouge-score -nltk==3.6.5 +nltk==3.6.6 transformers==4.10.0 accelerate datasets >= 1.8.0