From f98e0f5a31559a24fda31d146dec8546ed7d34cf Mon Sep 17 00:00:00 2001 From: yutaro-oguri Date: Tue, 12 Mar 2024 12:33:49 +0900 Subject: [PATCH] fix requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aace85a..0924112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,5 +56,5 @@ implicit_reexport = true # revert strict ignore_missing_imports = true [build-system] -requires = ["poetry-core"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"