From 23c9dc733106a2cdf9a1ea247a92362b46d13ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:31:27 +0000 Subject: [PATCH] Bump calorine from 3.1 to 3.2 Bumps [calorine](https://gitlab.com/materials-modeling/calorine) from 3.1 to 3.2. - [Release notes](https://gitlab.com/materials-modeling/calorine/tags) - [Commits](https://gitlab.com/materials-modeling/calorine/compare/3.1...3.2) --- updated-dependencies: - dependency-name: calorine dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe1681b09e..d617b901e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ strict-openff = [ "pymatgen==2025.6.14", # EXERCISE CAUTION WHEN UPDATING - open ff is extremely sensitive to pymatgen version ] strict-forcefields = [ - "calorine==3.1", + "calorine==3.2", "chgnet==0.3.8", "mace-torch==0.3.14", "matgl==1.3.0",