From fc81fef3f8bf3839e83f15cb87dc0667bd6e238f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:57:32 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.1.0 to 1.6.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.1.0 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.1.0...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 944810e7..334d8566 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ scipy matplotlib # cpu version: nnutils-pytorch nnutils-pytorch-cuda -pytorch-lightning==1.1.0 +pytorch-lightning==1.6.0 torch>=1.13<1.14 torchvision>=0.14<0.15 torchaudio>=0.13<0.14