Skip to content

Commit 6a4f36e

Browse files
Update torch requirement from <=2.9.1 to <=2.10.0 (materialyzeai#714)
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.10.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.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: Tsz Wai Ko <47970742+kenko911@users.noreply.github.com>
1 parent 31fd7ce commit 6a4f36e

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.9.1", # TODO: Remove this pin. For some reason, torch 2.9 gives different results.
53+
"torch<=2.10.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)