From 5827de02831ca0b3375846ae39b5180bf331fc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 05:54:12 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.4.2 to 1.6.0 in /requirements 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/optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/optional.txt b/requirements/optional.txt index b0310f5296..48dff4b0fa 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -12,7 +12,7 @@ kornia==0.6 nibabel omegaconf==2.1.1 pudb==2019.2 -pytorch-lightning==1.4.2 +pytorch-lightning==1.6.0 streamlit>=0.73.1 -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers test-tube>=0.7.5