diff --git a/pyproject.toml b/pyproject.toml index 304ce75..9d24936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ ipython = "^8.2.0" black = "^22.3.0" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry-core>=1.0.0"] build-backend = "poetry.masonry.api" [tool.pytest.ini_options]