From b82806fd9611c3c4e0c867ef8f52d6b8d4938ed3 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:18:00 +0100 Subject: [PATCH] Fix ASE version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63c28b60..3c351ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ numpy = "^1.26" tqdm = "^4.66" pymongo = "^4.7.3" matplotlib = "^3.9" -ase = "^3.23" +ase = "3.22.1" lark = "^1.1.9" [tool.poetry.group.dev.dependencies]