Skip to content

Commit

Permalink
Merge pull request #8 from nomad-coe/bump_dependencies
Browse files Browse the repository at this point in the history
- Bump dependencies
- Fix broken JSON test artifact
  • Loading branch information
ndaelman-hu authored Nov 15, 2024
2 parents 5b01903 + 1cdbdb2 commit d4e7393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-dos"
[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",
'uv>=0.2.35',
"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
5 changes: 1 addition & 4 deletions tests/data/dos_si_vasp.archive.json
Original file line number Diff line number Diff line change
Expand Up @@ -4553,10 +4553,7 @@
"scope": [
"valence"
],
"cutoff": [
5.5032043677622196e-17,
5.5032043677622196e-17
],
"cutoff": 5.5032043677622196e-17,
"frozen_core": true
},
{
Expand Down

0 comments on commit d4e7393

Please sign in to comment.