Skip to content

Commit 89e1eeb

Browse files
Update torch requirement from <=2.2.0 to <=2.7.1
--- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee9fa95 commit 89e1eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"dgl<=2.4; sys.platform == 'linux'",
4040
"torchdata<=0.7.1",
4141
"torch<=2.2.0; sys.platform != 'linux'",
42-
"torch<=2.2.1; sys.platform == 'linux'",
42+
"torch<=2.7.1; sys.platform == 'linux'",
4343
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
4444
"quippy-ase==0.9.14; python_version < '3.12'",
4545
]
@@ -81,7 +81,7 @@ strict = [
8181
"dgl<=2.4; sys.platform == 'linux'",
8282
"torchdata<=0.7.1",
8383
"torch<=2.2.0; sys.platform != 'linux'",
84-
"torch<=2.2.1; sys.platform == 'linux'",
84+
"torch<=2.7.1; sys.platform == 'linux'",
8585
"nequip==0.6.1",
8686
"hiphive==1.4",
8787
]

0 commit comments

Comments
 (0)