Skip to content

Commit 56f8b05

Browse files
Update torch requirement from <=2.10.0 to <=2.11.0 (materialyzeai#746)
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v0.1.1...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Atul C Thakur <atul.thakur0130@gmail.com>
1 parent a61bedc commit 56f8b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ classifiers = [
5050
]
5151
dependencies = [
5252
"ase",
53-
"torch<=2.10.0", # TODO: Remove this pin. For some reason, torch 2.9 gives different results.
53+
"torch<=2.11.0", # TODO: Remove this pin. For some reason, torch 2.9 gives different results.
5454
"torchdata",
5555
"lightning<=2.6.1",
5656
"pydantic",

0 commit comments

Comments
 (0)