Skip to content

Commit

Permalink
Fix jsonschema version
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero committed Nov 6, 2024
1 parent ffb555e commit e55a8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ classifiers = [
keywords = ["aiida", "workflows", "lammps"]
requires-python = ">=3.8"
dependencies = [
"aiida-core[atomic_tools]>=2.0.0,<3.0.0",
"aiida-core[atomic_tools]~=2.3",
"importlib_resources",
"jsonschema",
"jsonschema~=3.2.0",
"numpy",
"packaging",
"python-dateutil"
Expand Down

0 comments on commit e55a8e5

Please sign in to comment.