Skip to content

Commit 7018a7d

Browse files
authored
Merge pull request #32 from nomad-coe/bump_dependencies
Bump dependencies
2 parents 2f2d0b1 + b6a1367 commit 7018a7d

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ homepage = "https://github.com/nomad-coe/nomad-schema-simulation-workflow-plugin
2525
dev-dependencies = [
2626
"nomad-normalizer-plugin-bandstructure@git+https://github.com/nomad-coe/nomad-normalizer-plugin-bandstructure.git@develop",
2727
"nomad-normalizer-plugin-system@git+https://github.com/nomad-coe/nomad-normalizer-plugin-system.git@develop",
28-
"mypy==1.0.1",
29-
"pytest",
30-
"pytest-timeout",
31-
"pytest-cov",
32-
"ruff",
28+
'mypy==1.0.1',
29+
'pytest>= 5.3.0, <8',
30+
'pytest-timeout>=1.4.2',
31+
'pytest-cov>=2.7.1',
32+
'ruff>=0.6',
33+
'typing-extensions>=4.12',
3334

3435
]
3536
extra-index-url = [

tests/data/single_point.archive.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9833,10 +9833,7 @@
98339833
"scope": [
98349834
"valence"
98359835
],
9836-
"cutoff": [
9837-
8.207018429181012e-17,
9838-
8.207018429181012e-17
9839-
],
9836+
"cutoff": 8.207018429181012e-17,
98409837
"frozen_core": true
98419838
},
98429839
{

0 commit comments

Comments
 (0)