We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70614c3 commit f3af164Copy full SHA for f3af164
pyproject.toml
@@ -32,7 +32,7 @@ maintainers = [
32
]
33
license = { file = "LICENSE" }
34
dependencies = [
35
- "nomad-lab>=1.3.13",
+ "nomad-lab>=1.3.15",
36
"nomad-simulations>=0.3.1",
37
"python-magic-bin; sys_platform == 'win32'",
38
"phonopy>=2.35",
@@ -74,6 +74,8 @@ exclude = [
74
line-length = 88
75
indent-width = 4
76
77
+[tool.uv]
78
+index-url = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple"
79
80
[tool.ruff.lint]
81
select = [
0 commit comments