From 35473d18ac2872c38655f6f24e8987636b8283e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:57:06 +0000 Subject: [PATCH] Bump pytorch-lightning from 0.7.1 to 2.4.0 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 0.7.1 to 2.4.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/0.7.1...2.4.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d670366..ba29c0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ lmdb h5py hydra-core==0.11.3 -pytorch-lightning==0.7.1 +pytorch-lightning==2.4.0 ./pointnet2_ops_lib/. diff --git a/setup.py b/setup.py index fac260a..df427c1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -requirements = ["hydra-core==0.11.3", "pytorch-lightning==0.7.1"] +requirements = ["hydra-core==0.11.3", "pytorch-lightning==2.4.0"] exec(open(osp.join("pointnet2", "_version.py")).read())