Skip to content

Commit

Permalink
Bump torch from 2.4.0 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 25, 2024
1 parent 4e48fa2 commit c769b38
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 @@ -53,7 +53,7 @@ dependencies = [
"dgl<=2.4.0",
"pymatgen",
"lightning<=2.4.0",
"torch<=2.2.1",
"torch<=2.4.1",
"pydantic",
"torchdata<=0.7.1",
"boto3",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dgl==2.4.0
torch==2.4.0
torch==2.4.1
lightning==2.4.0
pymatgen==2024.9.17.1
ase==3.23.0
Expand Down

0 comments on commit c769b38

Please sign in to comment.