From 74edd43de4535a1c4611bb988a542f1b1d213ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:01:26 +0000 Subject: [PATCH 1/2] build(deps): update pytorch-lightning requirement Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/1.9.0...2.0.1) --- 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 7aaa88f..4793997 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pytorch-lightning>=1.9.0, <2.0 +pytorch-lightning>=1.9.0, <3.0 fairscale>=0.4.5, <0.4.14 From 58b49f17fce2a79818b693beaf397a564f217d59 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:10:49 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4793997..a9b2c56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pytorch-lightning>=1.9.0, <3.0 +pytorch-lightning>=1.9.0, <2.1.0 fairscale>=0.4.5, <0.4.14