From 8b1960ff6c256f27baf29e9c1a6f53f4ff82d8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:49:38 +0000 Subject: [PATCH] Bump matgl from 3.0.2 to 3.0.3 Bumps [matgl](https://github.com/materialyzeai/matgl) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/materialyzeai/matgl/releases) - [Changelog](https://github.com/materialyzeai/matgl/blob/main/changes.md) - [Commits](https://github.com/materialyzeai/matgl/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: matgl dependency-version: 3.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 1ebc3419b6..3b2eaa7417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ strict-forcefields-generic = [ "upet>=0.2.1", ] strict-forcefields-torch-limited = [ - "matgl==3.0.2", + "matgl==3.0.3", # Note that DGL stopped building new releases for Mac + Windows after 2.2.0. # That enforces a simultaneous pin on torch / torchdata # Linux users can acces newer versions of dgl / torch / torchdata via conda.