Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Nov 15, 2024
1 parent 59ba21f commit 477cc0f
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,12 +18,13 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-system"

[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",
"ase~=3.22.0",
'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',
]

tests = [
Expand Down

0 comments on commit 477cc0f

Please sign in to comment.