Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
16-vikrant committed Dec 5, 2024
1 parent 9c47f19 commit 07de039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.1"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
dependencies = ["nomad-lab[parsing, infrastructure]>=1.3.10"]
dependencies = ["nomad-lab[parsing, infrastructure]>=1.3.9"]

[project.optional-dependencies]
plugins = [
Expand All @@ -35,7 +35,7 @@ jupyter = [
"jupyter-flex",
"pyOpenSSL",
]
dev = ["nomad-lab[parsing, infrastructure, dev]>=1.3.10"]
dev = ["nomad-lab[parsing, infrastructure, dev]>=1.3.9"]

[tool.uv]
extra-index-url = [
Expand Down

0 comments on commit 07de039

Please sign in to comment.