Skip to content

Commit

Permalink
Use poetry-core 1.x, #267
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Jan 21, 2025
1 parent fee9ec2 commit b3262d5
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 @@ -70,7 +70,7 @@ numba = ["numba"]
pytz = ["pytz"]

[build-system]
requires = ["poetry-core>=1.0.0", "cffi", "setuptools>=65.5"]
requires = ["poetry-core>=1.0.0,<2.0.0", "cffi", "setuptools>=65.5"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.build]
Expand Down

0 comments on commit b3262d5

Please sign in to comment.