diff --git a/pyproject.toml b/pyproject.toml
index aade5f4..1ef021a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,5 +33,5 @@ docs = ["sphinx", "nbsphinx", "ipykernel", "jupyter_client", "sphinx_rtd_theme",
 dev = ["pytest"]
 
 [build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
\ No newline at end of file