From 3033376ce6f2a3f3ae9631617fb52901e74ed3f1 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:29:49 +0100 Subject: [PATCH] Update dependencies --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af686b6b..63c28b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,14 +10,14 @@ repository = "https://github.com/libatoms/abcd" documentation = "https://libatoms.github.io/abcd/" [tool.poetry.dependencies] -python = "^3.8" -notebook = "^6.5.4" -numpy = "^1.24.3" -tqdm = "^4.65.0" -pymongo = "^4.3.3" -matplotlib = "^3.7.1" -ase = "^3.22.1" -lark = "^1.1.5" +python = "^3.9" +notebook = "^7.2" +numpy = "^1.26" +tqdm = "^4.66" +pymongo = "^4.7.3" +matplotlib = "^3.9" +ase = "^3.23" +lark = "^1.1.9" [tool.poetry.group.dev.dependencies] mongomock = "^4.1.2"