From 7ebe64783a31f0587aba6396ded322a7ffcc87dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:38:00 +0000 Subject: [PATCH] Bump upet from 0.2.5 to 0.2.6 Bumps [upet](https://github.com/lab-cosmo/upet) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/lab-cosmo/upet/releases) - [Commits](https://github.com/lab-cosmo/upet/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: upet dependency-version: 0.2.6 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 aa3bb51d6b..656751ce16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ strict-forcefields-generic = [ "tensorflow==2.21.0; sys_platform == 'darwin' or sys_platform == 'win32'", # "mattersim>=1.2.3", # need to be activated again "wandb==0.28.0", # required for mattersim - "upet==0.2.5", + "upet==0.2.6", ] strict-forcefields-torch-limited = [ "matgl==4.0.3",