From 626fbf18a27525cc00f668bf5427b23668765201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 14:02:16 +0000 Subject: [PATCH] Bump pytorch-lightning Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.0.4 to 1.6.0. - [Release notes](https://github.com/PyTorchLightning/pytorch-lightning/releases) - [Changelog](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/pytorch-lightning/compare/1.0.4...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../common/examples/research_projects/pplm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/pplm/requirements.txt b/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/pplm/requirements.txt index 62092cc300a..d20ade4d00a 100644 --- a/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/pplm/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/common/examples/research_projects/pplm/requirements.txt @@ -5,7 +5,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