From 244ae17aee918c5a3b6bcc578fa88f99bc51714f Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Tue, 5 Mar 2024 10:45:16 +0100 Subject: [PATCH] Fix nomad-lab to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f218b2f..931c3ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ license = { text = "Apache-2.0" } requires-python = ">=3.9" dependencies = [ - "nomad-lab>=1.2.2dev399", + "nomad-lab>=1.2.0", 'matid>=2.0.0.dev2' ]