Skip to content

Commit ecfddfb

Browse files
Update dgl requirement from <=2.0 to <=2.2.1
Updates the requirements on [dgl](https://github.com/dmlc/dgl) to permit the latest version. - [Release notes](https://github.com/dmlc/dgl/releases) - [Changelog](https://github.com/dmlc/dgl/blob/master/NEWS.md) - [Commits](dmlc/dgl@v0.1.2...v2.2.1) --- updated-dependencies: - dependency-name: dgl dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24522e3 commit ecfddfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ml-gpu = [
4848
"torchvision==0.19.0",
4949
"torchaudio==2.4.0",
5050
"molfeat==0.11.0",
51-
"dgl<=2.0",
51+
"dgl<=2.2.1",
5252
"dgllife>=0.3.2",
5353
"pytorch_geometric",
5454
"fcd_torch",
@@ -78,7 +78,7 @@ all = [
7878
"torchvision==0.19.0",
7979
"torchaudio==2.4.0",
8080
"molfeat==0.11.0",
81-
"dgl<=2.0",
81+
"dgl<=2.2.1",
8282
"dgllife>=0.3.2",
8383
"pytorch_geometric",
8484
"fcd_torch",

0 commit comments

Comments
 (0)