Skip to content

Commit

Permalink
Standardize with the rest of nomad-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Nov 22, 2024
1 parent 99d6123 commit 72dab90
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ homepage = "https://github.com/nomad-coe/nomad-schema-plugin-run.git"

[project.optional-dependencies]
dev = [
"mypy==1.0.1",
"pytest>=3.10.0",
"pytest-timeout==1.4.2",
"pytest-cov==2.7.1",
"ruff>=0.1.4"
'mypy==1.0.1',
'pytest>= 5.3.0, <8',
'pytest-timeout>=1.4.2',
'pytest-cov>=2.7.1',
'ruff>=0.6',
'typing-extensions>=4.12',
]

[tool.ruff]
Expand Down

0 comments on commit 72dab90

Please sign in to comment.