Skip to content

Commit

Permalink
pin poetry-core version to >=1.9.0
Browse files Browse the repository at this point in the history
Changes to packaging declarations in PR #223 introduced a dependency on a feature in this version of poetry-core.

Specifically the use of a 'to=' statement in the packages array.
  • Loading branch information
lalewis1 committed Apr 21, 2024
1 parent 0437c75 commit 4b1415a
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 @@ -44,7 +44,7 @@ pyoxigraph = "^0.3.19"
coverage = "^7.3.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down

0 comments on commit 4b1415a

Please sign in to comment.