From 330abe1d49a09710354eb3da70d63e60b9431dc1 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Mon, 22 Jan 2024 21:57:30 +0100 Subject: [PATCH] Add nomad to dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e6780e..8cc11ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ readme = "README.md" authors = [{ name = "The NOMAD Authors" }] license = { file = "LICENSE" } dependencies = [ - "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@develop" + "nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop", + "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@develop", ] [project.urls]