From a383b1dd087fcb9bec2c68ab2bef0be5fe864ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 15:08:00 +0000 Subject: [PATCH] Bump pytorch-lightning Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.0.4 to 1.6.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Changelog](https://github.com/Lightning-AI/lightning/blob/1.6.0/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.0.4...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/seq2seq-distillation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/NLU/examples/research_projects/seq2seq-distillation/requirements.txt b/examples/NLU/examples/research_projects/seq2seq-distillation/requirements.txt index 0cd973d4..64d10c97 100644 --- a/examples/NLU/examples/research_projects/seq2seq-distillation/requirements.txt +++ b/examples/NLU/examples/research_projects/seq2seq-distillation/requirements.txt @@ -4,7 +4,7 @@ psutil sacrebleu rouge-score tensorflow_datasets -pytorch-lightning==1.0.4 +pytorch-lightning==1.6.0 matplotlib git-python==1.0.3 faiss-cpu