diff --git a/pyproject.toml b/pyproject.toml index d7080514..e1999329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,5 +107,5 @@ ignore-init-module-imports = true [build-system] -requires = ["poetry-core>=1.5.0"] +requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"