Skip to content

Commit

Permalink
Merge pull request #32 from nomad-coe/bump_dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
JFRudzinski authored Nov 19, 2024
2 parents 2f2d0b1 + b6a1367 commit 7018a7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ homepage = "https://github.com/nomad-coe/nomad-schema-simulation-workflow-plugin
dev-dependencies = [
"nomad-normalizer-plugin-bandstructure@git+https://github.com/nomad-coe/nomad-normalizer-plugin-bandstructure.git@develop",
"nomad-normalizer-plugin-system@git+https://github.com/nomad-coe/nomad-normalizer-plugin-system.git@develop",
"mypy==1.0.1",
"pytest",
"pytest-timeout",
"pytest-cov",
"ruff",
'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',

]
extra-index-url = [
Expand Down
5 changes: 1 addition & 4 deletions tests/data/single_point.archive.json
Original file line number Diff line number Diff line change
Expand Up @@ -9833,10 +9833,7 @@
"scope": [
"valence"
],
"cutoff": [
8.207018429181012e-17,
8.207018429181012e-17
],
"cutoff": 8.207018429181012e-17,
"frozen_core": true
},
{
Expand Down

0 comments on commit 7018a7d

Please sign in to comment.