From 60c5fc97223a9596857dcd171c477974f70bff3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:48:47 +0000 Subject: [PATCH] build(deps): bump pytorch-lightning from 2.1.0 to 2.3.1 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.1.0 to 2.3.1. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.1.0...2.3.1) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 83cc79a..c391c47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pycocotools # conda install pytorch torchvision -c pytorch # [TODO] remove later: required by CSN (correct segmentation network) -pytorch-lightning==2.1.0 +pytorch-lightning==2.3.1 # note we need to use multitracker in cv2 legacy Augmentor