Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
16-vikrant committed Dec 5, 2024
1 parent 9c912db commit 0364a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies = ["nomad-lab[parsing, infrastructure]>=1.3.4"]

[project.optional-dependencies]
plugins = [
"nomad-simulations==0.0.1",
"nomad-parser-wannier90==0.0.0",
"nomad-simulations @ git+https://github.com/nomad-coe/nomad-simulations.git@6a7668bcda0c074f8696eddccf326973acff41ac",
"nomad-parser-wannier90 @ git+https://github.com/FAIRmat-NFDI/nomad-parser-wannier90.git@bf48a74e3f9e74a1a358b5ee74766b9c5eaa729b",
"nomad-parser-vasp @ git+https://github.com/FAIRmat-NFDI/nomad-parser-vasp.git@c75d16e932da93f826b7c5023a8010f914d8a89f",
"perovskite-solar-cell-database @ git+https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database.git@f394d21abafeb659729af0c94e5f90949fce01c1",
"nomad-utility-workflows @ git+https://github.com/FAIRmat-NFDI/nomad-utility-workflows.git@45a8888d1b893c640fd4a4e18548e53c4ce4be2b",
#"nomad-utility-workflows @ git+https://github.com/FAIRmat-NFDI/nomad-utility-workflows.git@45a8888d1b893c640fd4a4e18548e53c4ce4be2b",
]
jupyter = [
"voila",
Expand Down

0 comments on commit 0364a5c

Please sign in to comment.