diff --git a/pyproject.toml b/pyproject.toml index 2e0ce5e..a9943a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" authors = [{ name = "The NOMAD Authors" }] license = { text = "Apache-2.0" } dependencies = [ - "nomad-lab>=1.3.6.dev1", + "nomad-lab>=1.3.13", "nomad-schema-plugin-simulation-workflow>=1.0.1", ] @@ -19,7 +19,7 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-simulation-work [project.optional-dependencies] dev = [ - 'mypy==1.0.1', + 'mypy>=1.15', 'pytest>= 5.3.0, <8', 'pytest-timeout>=1.4.2', 'pytest-cov>=2.7.1',