From 3c4dd291fe6ba0b468996e2ad6a33a562e8a59fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:53:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 947bc9481..f4b9ea49c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "typing", "nequip", "hiphive", - "dgl==2.1.0", + "dgl==2.2.1", "torchdata==0.7.1", # quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645 "quippy-ase==0.9.14; python_version < '3.12'", @@ -73,7 +73,7 @@ strict = [ "lightning-utilities==0.11.2", "numpy==1.26.4", "typing", - "dgl==2.1.0", + "dgl==2.2.1", "torchdata==0.7.1", ] dev = ["pre-commit>=2.12.1"]