Skip to content

Commit

Permalink
Upper-bound poetry-core version when building the library
Browse files Browse the repository at this point in the history
This is a quick fix to make the current process work.
A better solution should be found afterwards to avoid limiting with
upper bounds dependencies.
  • Loading branch information
nhuet authored and g-poveda committed Feb 17, 2023
1 parent dbbae8c commit fedc7ad
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 @@ -123,5 +123,5 @@ profile = "black"
all = true

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=49.2.1", "poetry-dynamic-versioning>=0.13.0"]
requires = ["poetry-core>=1.0.0,<1.5", "setuptools>=49.2.1", "poetry-dynamic-versioning>=0.13.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit fedc7ad

Please sign in to comment.