We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5880fa + 73e95e8 commit 1e0cc29Copy full SHA for 1e0cc29
pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
11
license = { text = "Apache-2.0" }
12
dependencies = [
13
- "nomad-lab>=1.3.6.dev1",
+ "nomad-lab>=1.3.13",
14
]
15
16
[project.urls]
@@ -19,7 +19,7 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-system"
19
[project.optional-dependencies]
20
dev = [
21
"ase~=3.22.0",
22
- 'mypy==1.0.1',
+ 'mypy>=1.15',
23
'pytest>= 5.3.0, <8',
24
'pytest-timeout>=1.4.2',
25
'pytest-cov>=2.7.1',
0 commit comments