From 443efcb0fdb29d5df098a3603e78ca3a34ef8423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:19:58 +0000 Subject: [PATCH] Bump dgl from 2.1.0 to 2.2.1 Bumps [dgl](https://github.com/dmlc/dgl) from 2.1.0 to 2.2.1. - [Release notes](https://github.com/dmlc/dgl/releases) - [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/dgl/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: dgl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73c38354..da1fedde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ ] dependencies = [ "ase", - "dgl<=2.1.0", + "dgl<=2.2.1", "pymatgen", "lightning<=2.4.0", "torch<=2.2.1", diff --git a/requirements.txt b/requirements.txt index 1f8d685f..878fd9e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dgl==2.1.0 +dgl==2.2.1 torch==2.4.0 lightning==2.4.0 pymatgen==2024.8.9