From 0563cbc0914d8518bed66fe83b48c762879e0407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:40:45 +0000 Subject: [PATCH] Update ase requirement from <3.28.0 to <3.29.0 Updates the requirements on [ase](https://gitlab.com/ase/ase) to permit the latest version. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.26.0...3.28.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.28.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fef38e140e..fd9090fdbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ strict-forcefields-generic = [ "tensorflow-cpu==2.21.0; sys_platform == 'linux'", "tensorflow==2.21.0; sys_platform == 'darwin' or sys_platform == 'win32'", "mattersim==1.2.2", - "ase<3.28.0", # TODO: remove, required for mattersim because of ase.constraints import + "ase<3.29.0", # TODO: remove, required for mattersim because of ase.constraints import "wandb>=0.24.0", # required for mattersim "upet>=0.2.1", ]