Skip to content

Commit 1e0cc29

Browse files
authored
Merge pull request #11 from nomad-coe/remove-nptyping
Remove nptyping
2 parents e5880fa + 73e95e8 commit 1e0cc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
1111
license = { text = "Apache-2.0" }
1212
dependencies = [
13-
"nomad-lab>=1.3.6.dev1",
13+
"nomad-lab>=1.3.13",
1414
]
1515

1616
[project.urls]
@@ -19,7 +19,7 @@ homepage = "https://github.com/nomad-coe/nomad-normalizer-plugin-system"
1919
[project.optional-dependencies]
2020
dev = [
2121
"ase~=3.22.0",
22-
'mypy==1.0.1',
22+
'mypy>=1.15',
2323
'pytest>= 5.3.0, <8',
2424
'pytest-timeout>=1.4.2',
2525
'pytest-cov>=2.7.1',

0 commit comments

Comments
 (0)