Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 19, 2024
1 parent 12f9c13 commit 19bc9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors = [
license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"nomad-lab>=1.2.0",
"nomad-lab>=1.2.2dev578",
"matid>=2.0.0.dev2",
]

Expand Down

0 comments on commit 19bc9ad

Please sign in to comment.