Skip to content

Commit e31c14d

Browse files
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] <support@github.com>
1 parent a8bc650 commit e31c14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ strict-forcefields-generic = [
103103
"deepmd-kit==3.1.3",
104104
"tensorflow-cpu==2.21.0",
105105
"mattersim==1.2.1",
106-
"ase<3.28.0", # TODO: remove, required for mattersim because of ase.constraints import
106+
"ase<3.29.0", # TODO: remove, required for mattersim because of ase.constraints import
107107
"wandb>=0.24.0", # required for mattersim
108108
"upet>=0.2.1",
109109
]

0 commit comments

Comments
 (0)