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"