Skip to content

Commit f3af164

Browse files
committed
Fix commit
1 parent 70614c3 commit f3af164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainers = [
3232
]
3333
license = { file = "LICENSE" }
3434
dependencies = [
35-
"nomad-lab>=1.3.13",
35+
"nomad-lab>=1.3.15",
3636
"nomad-simulations>=0.3.1",
3737
"python-magic-bin; sys_platform == 'win32'",
3838
"phonopy>=2.35",
@@ -74,6 +74,8 @@ exclude = [
7474
line-length = 88
7575
indent-width = 4
7676

77+
[tool.uv]
78+
index-url = "https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple"
7779

7880
[tool.ruff.lint]
7981
select = [

0 commit comments

Comments
 (0)