From e50ab628e967037cbda93e1d9709fe438767edeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:48:04 +0000 Subject: [PATCH] Bump calorine from 3.0 to 3.1 Bumps [calorine](https://gitlab.com/materials-modeling/calorine) from 3.0 to 3.1. - [Release notes](https://gitlab.com/materials-modeling/calorine/tags) - [Commits](https://gitlab.com/materials-modeling/calorine/compare/3.0...3.1) --- updated-dependencies: - dependency-name: calorine dependency-version: '3.1' 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 54e68b838..49ff7d6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ strict-openff = [ "pymatgen==2024.11.13", # TODO: open ff is extremely sensitive to pymatgen version ] strict-forcefields = [ - "calorine==3.0", + "calorine==3.1", "chgnet==0.3.8", "mace-torch==0.3.12", "matgl==1.2.6",