Skip to content

Commit 24d56ad

Browse files
Bump calorine from 3.1 to 3.2 (#1288)
Bump calorine to 3.2 for py >= 3.12
1 parent dd93b2d commit 24d56ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ strict-openff = [
102102
"pymatgen==2025.6.14", # EXERCISE CAUTION WHEN UPDATING - open ff is extremely sensitive to pymatgen version
103103
]
104104
strict-forcefields = [
105-
"calorine==3.1",
105+
"calorine==3.2; python_version >= '3.12'",
106+
"calorine==3.1; python_version < '3.12'",
106107
"chgnet==0.3.8",
107108
"mace-torch==0.3.14",
108109
"matgl==1.3.0",

0 commit comments

Comments
 (0)