diff --git a/pyproject.toml b/pyproject.toml index d10f684..718df5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"