Skip to content

Commit

Permalink
Bump dgl from 2.1.0 to 2.2.1
Browse files Browse the repository at this point in the history
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](dmlc/dgl@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent b392449 commit 443efcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ classifiers = [
]
dependencies = [
"ase",
"dgl<=2.1.0",
"dgl<=2.2.1",
"pymatgen",
"lightning<=2.4.0",
"torch<=2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dgl==2.1.0
dgl==2.2.1
torch==2.4.0
lightning==2.4.0
pymatgen==2024.8.9
Expand Down

0 comments on commit 443efcb

Please sign in to comment.