diff --git a/pyproject.toml b/pyproject.toml index e6ef5ae..a23c785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ repository = "https://github.com/exciting/sol-oasis" [project.optional-dependencies] plugins = [ "nomad-aitoolkit @ git+https://github.com/FAIRmat-NFDI/nomad-aitoolkit.git@b203f8eb28dc4b6771a39d5c5b7ad3d9d8583ac8", - "nomad-simulations==0.4.0", + "nomad-simulations==0.6.0", "nomad-schema-plugin-run>=1.0.1", "nomad-schema-plugin-simulation-workflow>=1.0.1", "nomad-normalizer-plugin-bandstructure>=1.0", diff --git a/uv.lock b/uv.lock index bb5cb3f..92a4ab8 100644 --- a/uv.lock +++ b/uv.lock @@ -2219,7 +2219,7 @@ requires-dist = [ { name = "nomad-parser-plugins-workflow", marker = "extra == 'plugins'", specifier = ">=1.0" }, { name = "nomad-schema-plugin-run", marker = "extra == 'plugins'", specifier = ">=1.0.1" }, { name = "nomad-schema-plugin-simulation-workflow", marker = "extra == 'plugins'", specifier = ">=1.0.1" }, - { name = "nomad-simulations", marker = "extra == 'plugins'", specifier = "==0.4.0" }, + { name = "nomad-simulations", marker = "extra == 'plugins'", specifier = "==0.6.0" }, { name = "setuptools" }, ] provides-extras = ["plugins", "jupyter", "gpu-action", "cpu-action", "dev"] @@ -2524,15 +2524,15 @@ wheels = [ [[package]] name = "nomad-simulations" -version = "0.4.0" +version = "0.6.0" source = { registry = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple" } dependencies = [ { name = "matid" }, - { name = "nomad-lab" }, + { name = "nomad-lab", extra = ["infrastructure"] }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c6/d6/04d5cd5e56f402cb0dd3bed6b8b72cc94e729043aeca6ea40a38876d7c68/nomad_simulations-0.4.0.tar.gz", hash = "sha256:4903b69db6a4547f53cb2d77368d2ff4a2fdaa3cbc2583b73508a5c60ede6bb8", size = 604397, upload-time = "2025-05-06T14:33:53.979Z" } +sdist = { url = "https://files.pythonhosted.org/packages/ca/5a/272f65c041e21064224a605fbc396bb2ecc2747d82aaaaacffbd5635bbbb/nomad_simulations-0.6.0.tar.gz", hash = "sha256:3a4642c36b4bb6e83f7b4a2de5e01227c0fe90a0b6c23190626e75e310f3c972", size = 762048, upload-time = "2026-01-02T10:14:53.914Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/82/05/0aa3b69b0a559778488852bd3652fe2194429b5dbe0e7d2fd1a3c0317763/nomad_simulations-0.4.0-py3-none-any.whl", hash = "sha256:7132640e7cb39373bd37ee732e305b73b5bb36abd2cb5f2eaf81e36612a5c87f", size = 106431, upload-time = "2025-05-06T14:33:52.894Z" }, + { url = "https://files.pythonhosted.org/packages/6b/eb/ba4b6fc14f61e8374328e960478e629efb3795ffb80a102e137856102436/nomad_simulations-0.6.0-py3-none-any.whl", hash = "sha256:950fb143c1083ead2eb47555ec5b1b0b7947d6d197b9a7fddf8f5fb9d9d14013", size = 211475, upload-time = "2026-01-02T10:14:52.197Z" }, ] [[package]]