From 6e9fb4ef3b72245335a27ee1c62eb0f79bbf1dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:52:54 +0000 Subject: [PATCH] Bump mace-torch from 0.3.8 to 0.3.9 Bumps [mace-torch](https://github.com/ACEsuit/mace) from 0.3.8 to 0.3.9. - [Release notes](https://github.com/ACEsuit/mace/releases) - [Commits](https://github.com/ACEsuit/mace/compare/v0.3.8...v0.3.9) --- updated-dependencies: - dependency-name: mace-torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dde7d71ee..e443cf446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "atomate2[strict]>=0.0.18", "ase==3.23.0", "matgl==1.1.3", - "mace-torch==0.3.8", + "mace-torch==0.3.9", "numpy==1.26.4", "lightning-utilities==0.11.9", "typing", @@ -69,7 +69,7 @@ strict = [ "quippy-ase==0.9.14; python_version < '3.12'", "torch==2.2.1", "ase==3.23.0", - "mace-torch==0.3.8", + "mace-torch==0.3.9", "lightning-utilities==0.11.9", "numpy==1.26.4", "typing",