Skip to content

Commit

Permalink
Updated [dev] dependencies to match nomad-lab.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernadette-Mohr committed Nov 14, 2024
1 parent fd4b111 commit 7a47898
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,20 @@ 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",
"pytest>= 5.3.0, <= 8.0.2",
"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]
Expand Down

0 comments on commit 7a47898

Please sign in to comment.