From c5eb7e12ed7fbd2a816b780b5c7977c5b461f43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:52:10 +0000 Subject: [PATCH] Bump sevenn from 0.10.3 to 0.11.2 Bumps [sevenn](https://github.com/MDIL-SNU/SevenNet) from 0.10.3 to 0.11.2. - [Release notes](https://github.com/MDIL-SNU/SevenNet/releases) - [Changelog](https://github.com/MDIL-SNU/SevenNet/blob/main/CHANGELOG.md) - [Commits](https://github.com/MDIL-SNU/SevenNet/compare/v0.10.3...v0.11.2) --- updated-dependencies: - dependency-name: sevenn dependency-version: 0.11.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 137a99ae4..082ad84ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ strict-forcefields = [ "mace-torch==0.3.12", "matgl==1.2.6", "quippy-ase==0.9.14; python_version < '3.12'", - "sevenn==0.10.3", + "sevenn==0.11.2.post1", "torch==2.2.0", "torchdata==0.7.1", # TODO: remove when issue fixed ]