From e71d7c5850b42696ce2d5761dce8c4eacf015264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:39:14 +0000 Subject: [PATCH] Bump matgl from 3.0.2 to 4.0.1 Bumps [matgl](https://github.com/materialyzeai/matgl) from 3.0.2 to 4.0.1. - [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/v3.0.2...v4.0.1) --- updated-dependencies: - dependency-name: matgl dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major ... 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..19a7adc249 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==4.0.1", # 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.