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 bb309a1 commit 8e03966Copy full SHA for 8e03966
pyproject.toml
@@ -3,14 +3,14 @@ requires = ["setuptools"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = 'simulationparsers'
+name = 'nomad-parser-plugins-simulation'
7
version = '1.0'
8
description = 'Collection of NOMAD parsers for simulation codes.'
9
readme = "README.md"
10
authors = [{ name = "The NOMAD Authors" }]
11
license = { file = "LICENSE" }
12
dependencies = [
13
- "nomad-lab>=1.2.0",
+ "nomad-lab>=1.3.6",
14
"nomad-schema-plugin-run>=1.0.1",
15
]
16
0 commit comments