We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9fa95 commit 89e1eebCopy full SHA for 89e1eeb
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
"dgl<=2.4; sys.platform == 'linux'",
40
"torchdata<=0.7.1",
41
"torch<=2.2.0; sys.platform != 'linux'",
42
- "torch<=2.2.1; sys.platform == 'linux'",
+ "torch<=2.7.1; sys.platform == 'linux'",
43
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
44
"quippy-ase==0.9.14; python_version < '3.12'",
45
]
@@ -81,7 +81,7 @@ strict = [
81
82
83
84
85
"nequip==0.6.1",
86
"hiphive==1.4",
87
0 commit comments