Skip to content

Commit

Permalink
Updated pyproject.toml to be more flexible with poetry_core versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
imadnyc committed Jul 29, 2024
1 parent 8e38e10 commit a518d45
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 @@ -103,5 +103,5 @@ warn_unused_ignores = true
incremental = true

[build-system]
requires = ["poetry_core==1.0.8"]
requires = ["poetry_core>=1.0.8"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a518d45

Please sign in to comment.