From 7a47898c376f0a7b24b32d96ee20dece08c13794 Mon Sep 17 00:00:00 2001 From: Bernadette Mohr Date: Thu, 14 Nov 2024 17:28:40 +0100 Subject: [PATCH] Updated [dev] dependencies to match nomad-lab. --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e4751e..ed50a26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ homepage = "https://github.com/nomad-coe/atomistic-parsers" [project.optional-dependencies] dev = [ - "mypy==1.0.1", "pylint==2.13.9", "pylint_plugin_utils==0.7", "pycodestyle==2.8.0", @@ -34,8 +33,13 @@ dev = [ "pytest-timeout==1.4.2", "pytest-cov==2.7.1", "astroid>=2.5.1", - "typing-extensions==4.4.0", - "ruff==0.1.8", + 'mypy==1.0.1', + 'ruff>=0.6', + 'typing-extensions>=4.12', +] + +infrastructure = [ + "nomad-lab[infrastructure]>=1.3.10", ] [tool.ruff]