From eba0e86dee6be7fc3878462c958f67ad44a86936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:23:46 +0000 Subject: [PATCH] Bump matgl from 4.0.2 to 4.0.3 Bumps [matgl](https://github.com/materialyzeai/matgl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/materialyzeai/matgl/releases) - [Changelog](https://github.com/materialyzeai/matgl/blob/main/docs/changes.md) - [Commits](https://github.com/materialyzeai/matgl/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: matgl dependency-version: 4.0.3 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 b55994dc48..a9e02aee29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ strict-forcefields-generic = [ "upet==0.2.5", ] strict-forcefields-torch-limited = [ - "matgl==4.0.2", + "matgl==4.0.3", "nequip==0.18.0", # requires numpy<2 because of matscipy ]