From 34e671f70412b6bfd8ce060ac85d2d62ff2db000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 01:39:55 +0000 Subject: [PATCH] build(deps-dev): bump pytorch-lightning from 2.1.3 to 2.2.1 Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.1.3 to 2.2.1. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.1.3...2.2.1) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index acafcd12..6a6c8280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "psutil", - "pytorch_lightning==2.1.3", + "pytorch_lightning==2.2.1", "dgl==2.0.0", "dgllife==0.3.2", "rdkit==2023.9.5",