From 26a1ec7e31516efe358c432ab52f9028aae1d51b Mon Sep 17 00:00:00 2001 From: captivus <366332+captivus@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:05:58 -0600 Subject: [PATCH] fix: updating pyproject.toml for poetry build-system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1da10b46b5..fd0fc66f1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,10 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" + [tool.poetry.dependencies] python = ">=3.8.1,<3.12" # updated for llama-index dependency black = "23.3.0"