We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 939e46d + b9c913b commit b0b5457Copy full SHA for b0b5457
2 files changed
pyproject.toml
@@ -21,7 +21,7 @@ readme = "README.md"
21
requires-python = ">=3.10"
22
license = { file = "LICENSE" }
23
dependencies = [
24
- "nomad-lab[parsing, infrastructure]>=1.4.1rc1",
+ "nomad-lab[parsing, infrastructure]>=1.4.2",
25
"setuptools",
26
]
27
@@ -49,7 +49,7 @@ jupyter = ["jupyter-events"]
49
gpu-action = []
50
cpu-action = []
51
52
-dev = ["nomad-lab[parsing, infrastructure, dev]>=1.4.1rc1"]
+dev = ["nomad-lab[parsing, infrastructure, dev]>=1.4.2"]
53
54
[tool.uv]
55
extra-index-url = [
0 commit comments