Skip to content

Commit

Permalink
Bump torch from 2.2.1 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.6.0.
- [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.6.0)

---
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 Feb 3, 2025
1 parent cd52908 commit f668e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"torchdata==0.7.1",
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
"quippy-ase==0.9.14; python_version < '3.12'",
"torch==2.2.1",
"torch==2.6.0",
]

[tool.setuptools.packages.find]
Expand Down Expand Up @@ -73,7 +73,7 @@ strict = [
"atomate2[strict]==0.0.19",
"matgl==1.1.3",
"quippy-ase==0.9.14; python_version < '3.12'",
"torch==2.2.1",
"torch==2.6.0",
"ase==3.23.0",
"mace-torch==0.3.9",
"lightning-utilities==0.11.9",
Expand Down

0 comments on commit f668e62

Please sign in to comment.