From ce70777df24b298587511d3169c51421895d3468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:39:19 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.4.2 to 1.6.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.4.2 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.4.2...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cd8b07..c2a6dff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ opencv-python pudb==2019.2 imageio==2.9.0 imageio-ffmpeg==0.4.2 -pytorch-lightning==1.4.2 +pytorch-lightning==1.6.0 torchmetrics==0.6 omegaconf==2.1.1 test-tube>=0.7.5