From 313f5ab9511249248e049cb0b6a0f77b23d97a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:16:57 +0000 Subject: [PATCH] Bump pytorch-lightning from 1.0.5 to 1.6.0 in /Projects/ProtoRes/code Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 1.0.5 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.5...1.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Projects/ProtoRes/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/ProtoRes/code/requirements.txt b/Projects/ProtoRes/code/requirements.txt index 213c644..ffb94be 100644 --- a/Projects/ProtoRes/code/requirements.txt +++ b/Projects/ProtoRes/code/requirements.txt @@ -1,5 +1,5 @@ torch==1.7.1+cu110 -pytorch-lightning==1.0.5 +pytorch-lightning==1.6.0 pandas==1.1.4 pyarrow==2.0.0 scikit-learn==0.23.2