diff --git a/pyproject.toml b/pyproject.toml index 08cdabeb..c8c89386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ isort = "^5.13.2" pyright = "^1.1.350" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.isort]