From cce228564b776b67ee0ffc4c2f57fd17304634df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 9 Oct 2020 12:54:09 +0200 Subject: [PATCH] chg: Bump build system to poetry 1.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f8f6b6..f9cabd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,5 +75,5 @@ ipython = "^7.12.0" jupyterlab = "^1.2.6" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry_core>=1.0", "setuptools"] +build-backend = "poetry.core.masonry.api"