diff --git a/nomad.yaml b/nomad.yaml index bc68652c..8be3d8d5 100644 --- a/nomad.yaml +++ b/nomad.yaml @@ -6,7 +6,8 @@ plugins: # We only include our schema here. Without the explicit include, all plugins will be # loaded. Many build in plugins require more dependencies. Install nomad-lab[parsing] # to make all default plugins work. - include: 'schemas/nomad_simulations' + include: + - 'schemas/nomad_simulations' options: schemas/nomad_simulations: python_package: nomad_simulations \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4e356c0d..9b5f2f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ authors = [ license = { text = "Apache-2.0" } requires-python = ">=3.9" dependencies = [ - "nomad-lab>=1.2.0", + "nomad-lab>=1.2.2dev", "matid>=2.0.0.dev2", ]