From 7b74cca18b6700e61b71225c4af43013e54284f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20N=C3=A4sstr=C3=B6m?= Date: Fri, 18 Aug 2023 11:55:25 +0200 Subject: [PATCH] Fixed nomad-lab Version to 1.2.0 (#2) Fixed the version of nomad-lab to 1.2.0 for version without new basesections. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42a41b0..74fbc6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", ] dependencies = [ - "nomad-lab>=1.2.0-pre", + "nomad-lab==1.2.0", "pytest", "typing-extensions==4.4.0", "structlog==22.3.0", @@ -33,4 +33,4 @@ file = "LICENSE" [tool.setuptools.packages.find] where = [ "src", -] \ No newline at end of file +]