From 07c382eed09f7ac86cd0efa0bf32e0d4f7fb90ea Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Wed, 21 Aug 2024 13:12:31 +0200 Subject: [PATCH] Add normalizer plugins --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 10e9ebe..3e41eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,8 @@ license = { text = "Apache-2.0" } dependencies = [ "nomad-lab>=1.3.6.dev1", "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@d30f1594d831a91b3a4db56a0bc5e7dc446bbffc", + "nomad-normalizer-plugin-bandstructure@git+https://github.com/nomad-coe/nomad-normalizer-plugin-bandstructure.git@669f2c899bc4013975b1b38ca8af630fe2e8a930", + "nomad-normalizer-plugin-system@git+https://github.com/nomad-coe/nomad-normalizer-plugin-system.git@c849c947707f617e434e3ac95249ab33a90b9415", ] [project.urls]