From 1df097dabbcdf9c40189cfc1dc61893dc2a24b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:24:24 +0000 Subject: [PATCH] Bump matgl from 2.0.6 to 2.0.9 Bumps [matgl](https://github.com/materialyzeai/matgl) from 2.0.6 to 2.0.9. - [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/v2.0.6...v2.0.9) --- updated-dependencies: - dependency-name: matgl dependency-version: 2.0.9 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 b677faec20..b95c5a4f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ strict-forcefields-generic = [ "upet>=0.2.1", ] strict-forcefields-torch-limited = [ - "matgl==2.0.6", + "matgl==2.0.9", # 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.