Skip to content

Commit

Permalink
bump poetry-core build requirement to >=1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gschnabel committed May 30, 2024
1 parent c97f56d commit d023761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ generate-setup-file = true
requires = [
"setuptools>=58.0.0,<69.0.0",
"pybind11>=2.10.0",
"poetry-core", # >=1.0",
"poetry-core>=1.2", # >=1.0",
"lark>=1.0.0", # required for C++ compilation during
"appdirs>=1.4.0", # installation using functionality of endf-parserpy
]
Expand Down

0 comments on commit d023761

Please sign in to comment.