From 7846bb88adcc3f28aaf7d7adfb6eab0cb335c3d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:29:10 +0000 Subject: [PATCH] Bump mattersim from 1.2.1 to 1.2.2 Bumps [mattersim](https://github.com/microsoft/mattersim) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/microsoft/mattersim/releases) - [Commits](https://github.com/microsoft/mattersim/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: mattersim dependency-version: 1.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 363db4d946..1a13107a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ strict-forcefields-generic = [ "deepmd-kit==3.1.3", "tensorflow-cpu==2.21.0; sys_platform == 'linux'", "tensorflow==2.21.0; sys_platform == 'darwin' or sys_platform == 'win32'", - "mattersim==1.2.1", + "mattersim==1.2.2", "ase<3.28.0", # TODO: remove, required for mattersim because of ase.constraints import "wandb>=0.24.0", # required for mattersim "upet>=0.2.1",