Skip to content

Commit

Permalink
Revert "Bump dependencies"
Browse files Browse the repository at this point in the history
  • Loading branch information
JFRudzinski authored Nov 19, 2024
1 parent 7018a7d commit 3315b8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ 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>= 5.3.0, <8',
'pytest-timeout>=1.4.2',
'pytest-cov>=2.7.1',
'ruff>=0.6',
'typing-extensions>=4.12',
"mypy==1.0.1",
"pytest",
"pytest-timeout",
"pytest-cov",
"ruff",

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

0 comments on commit 3315b8d

Please sign in to comment.