From 2cf9b8cd8ef9801c12034782c5896e298790c276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 05:45:35 -0800 Subject: [PATCH] Bump dgl from 1.1.2 to 1.1.3 (#200) Bumps [dgl](https://github.com/dmlc/dgl) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/dmlc/dgl/releases) - [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/dgl/commits) --- updated-dependencies: - dependency-name: dgl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c62df3d..6d963ce1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dgl==1.1.2 +dgl==1.1.3 torch==2.1.1 pytorch_lightning==2.0.9 pymatgen==2023.11.12