From da6247600b27ba6b842826b437927b8563c48507 Mon Sep 17 00:00:00 2001 From: "David H. Hagan" Date: Wed, 8 May 2024 16:57:43 -0400 Subject: [PATCH] Updated poetry --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1dec5f..1945470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ sphinx-gallery = "^0.13.0" ipykernel = "^6.24.0" [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" [tool.poetry.urls] "Bug Tracker" = "https://github.com/quant-aq/py-smps/issues" \ No newline at end of file