We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4069517 commit ad6dfe8Copy full SHA for ad6dfe8
pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
11
license = { file = "LICENSE" }
12
dependencies = [
13
- "nomad-lab>=1.3.7",
+ "nomad-lab>=1.3.13",
14
"nomad-schema-plugin-simulation-workflow>=1.0.1",
15
"nomad-schema-plugin-run>=1.0.1",
16
"pydantic>=1.10.8",
@@ -24,7 +24,7 @@ tests = [
24
"pytest>= 5.3.0, <= 8.0.2",
25
"pytest-cov==2.7.1",
26
"astroid>=2.5.1",
27
- 'mypy==1.0.1',
+ 'mypy>=1.15',
28
'ruff>=0.6',
29
'typing-extensions>=4.12',
30
]
0 commit comments