Skip to content

Commit bb4f457

Browse files
Bump torch from 2.2.0 to 2.10.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.0 to 2.10.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.2.0...v2.10.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fdd67e commit bb4f457

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
@@ -111,7 +111,7 @@ strict-forcefields-torch-limited = [
111111
"dgl==2.2.0; sys_platform == 'darwin' or sys_platform == 'win32'",
112112
"dgl<=2.4.0; sys_platform == 'linux'",
113113
"torch==2.2.2; sys_platform == 'darwin' or sys_platform == 'win32'",
114-
"torch==2.2.0; sys_platform == 'linux'",
114+
"torch==2.10.0; sys_platform == 'linux'",
115115
"torchdata==0.7.1",
116116
"nequip==0.16.2", # requires numpy<2 because of matscipy
117117
"numpy==1.26.4",

0 commit comments

Comments
 (0)