From 5c2164cae7197943fafc95225a2b282b5906a50e Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Wed, 11 Sep 2024 13:22:57 +0200 Subject: [PATCH] Update run pkg ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55eec02..16c1822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "The NOMAD Authors" }] license = { text = "Apache-2.0" } dependencies = [ "nomad-lab>=1.3.6.dev1", - "nomad-schema-plugin-run>=0.1.0", + "nomad-schema-plugin-run>=1.0.1", "mdanalysis==2.7.0", "scipy>=1.7.1", "networkx>=2.6.3",