Skip to content

Commit b2b5a6d

Browse files
committed
Merge branch 'main' of github.com:materialsvirtuallab/matgl
2 parents 754113d + 6a4f36e commit b2b5a6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ 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",
55-
"lightning<=2.6.0",
55+
"lightning<=2.6.1",
5656
"pydantic",
5757
"boto3",
5858
"numpy<3.0",

0 commit comments

Comments
 (0)