Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 82c9bec commit d0d2b01
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.2.1",
"pymatgen",
"lightning<=2.5.0.post0",
"torch<=2.2.1",
"torch<=2.5.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.2.1
torch==2.2.1
torch==2.5.1
lightning==2.5.0.post0
pymatgen==2024.11.13
ase==3.24.0
Expand Down

0 comments on commit d0d2b01

Please sign in to comment.