Skip to content

Commit 93dd6b8

Browse files
Update torch requirement from <=2.2.0 to <=2.8.0
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.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa334eb commit 93dd6b8

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
@@ -55,7 +55,7 @@ dependencies = [
5555
"torch<=2.2.0; sys.platform != 'linux'",
5656
"torchdata<=0.7.1; sys.platform != 'linux'",
5757
"dgl<=2.4.0; sys.platform == 'linux'",
58-
"torch<=2.4.0; sys.platform == 'linux'",
58+
"torch<=2.8.0; sys.platform == 'linux'",
5959
"torchdata<=0.8.0; sys.platform == 'linux'",
6060
"pymatgen",
6161
"lightning<=2.6.0.dev20250817",

0 commit comments

Comments
 (0)