Skip to content

Commit 8e03966

Browse files
committed
Fix pyproject
1 parent bb309a1 commit 8e03966

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
@@ -3,14 +3,14 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = 'simulationparsers'
6+
name = 'nomad-parser-plugins-simulation'
77
version = '1.0'
88
description = 'Collection of NOMAD parsers for simulation codes.'
99
readme = "README.md"
1010
authors = [{ name = "The NOMAD Authors" }]
1111
license = { file = "LICENSE" }
1212
dependencies = [
13-
"nomad-lab>=1.2.0",
13+
"nomad-lab>=1.3.6",
1414
"nomad-schema-plugin-run>=1.0.1",
1515
]
1616

0 commit comments

Comments
 (0)