Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 59253c5

Browse files
authored
Merge pull request #26 from owid/fix-dependency
fix(pyproject): assign the correct version to poetry-core
2 parents 1b46530 + cd0f0cb commit 59253c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ ipdb = "^0.13.9"
4242
ipykernel = "^6.13.0"
4343

4444
[build-system]
45-
requires = ["poetry-core>=1.1.0"]
45+
requires = ["poetry-core>=1.0.0"]
4646
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)