We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461c528 commit 49f391bCopy full SHA for 49f391b
pyproject.toml
@@ -57,7 +57,7 @@ forcefields = [
57
"matgl>=1.1.3",
58
"torchdata<=0.7.1",
59
# quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645
60
- "mattersim>=1.0.0rc10.dev1",
+ "mattersim>=1.0.0rc9",
61
"quippy-ase>=0.9.14; python_version < '3.12'",
62
"sevenn>=0.9.3",
63
"torchdata<=0.7.1", # TODO: remove when issue fixed
@@ -124,7 +124,7 @@ strict-forcefields = [
124
"chgnet==0.4.0",
125
"mace-torch>=0.3.6",
126
"matgl==1.1.3",
127
- "mattersim==1.0.0rc10.dev1",
+ "mattersim==1.0.0rc9",
128
"quippy-ase==0.9.14; python_version < '3.12'",
129
"sevenn==0.10.1",
130
"torch==2.5.1",
0 commit comments