Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe-Marquez committed Nov 19, 2024
1 parent fa47fe3 commit d3d7d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainers = [
]
requires-python = ">=3.9"
dependencies = [
"nomad-lab>=1.3.0",
"nomad-lab>=1.3.11.dev29+g606ba3bad ",
"nomad-schema-plugin-run>=1.0.1",
"nomad-schema-plugin-simulation-workflow>=1.0.1",
"rdkit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
quantity='data.iupac_name#perovskite_solar_cell_database.composition.PerovskiteAIon',
show_input=True,
),
MenuItemHistogram(
x=Axis(
search_quantity='data.pure_substance.molar_mass#perovskite_solar_cell_database.composition.PerovskiteAIon',
title='A cation Molar Mass',
)
),
MenuItemHistogram(x=Axis(search_quantity='results.material.n_elements')),
],
),
Expand Down

0 comments on commit d3d7d54

Please sign in to comment.