Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Apr 2, 2024
1 parent d24ebed commit 44bfa2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license = { text = "Apache-2.0" }
requires-python = ">=3.9"
dependencies = [
"nomad-lab>=1.2.0",
'matid>=2.0.0.dev2'
"matid>=2.0.0.dev2",
]

[project.urls]
Expand All @@ -35,6 +35,7 @@ dev = [
'pytest-cov==2.7.1',
'ruff==0.1.8',
"structlog==22.3.0",
"lxml>=4.6",
]

[tool.ruff]
Expand Down

0 comments on commit 44bfa2c

Please sign in to comment.