Skip to content

Commit

Permalink
Fixed nomad-lab Version to 1.2.0 (#2)
Browse files Browse the repository at this point in the history
Fixed the version of nomad-lab to 1.2.0 for version without new basesections.
  • Loading branch information
hampusnasstrom authored Aug 18, 2023
1 parent 37f7bba commit 7b74cca
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 @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"nomad-lab>=1.2.0-pre",
"nomad-lab==1.2.0",
"pytest",
"typing-extensions==4.4.0",
"structlog==22.3.0",
Expand All @@ -33,4 +33,4 @@ file = "LICENSE"
[tool.setuptools.packages.find]
where = [
"src",
]
]

0 comments on commit 7b74cca

Please sign in to comment.