Skip to content

Commit 26a1ec7

Browse files
committed
fix: updating pyproject.toml for poetry build-system
1 parent b22398e commit 26a1ec7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ classifiers = [
1818
"Topic :: Scientific/Engineering :: Artificial Intelligence",
1919
]
2020

21+
[build-system]
22+
requires = ["poetry-core>=1.0.0"]
23+
build-backend = "poetry.core.masonry.api"
24+
2125
[tool.poetry.dependencies]
2226
python = ">=3.8.1,<3.12" # updated for llama-index dependency
2327
black = "23.3.0"

0 commit comments

Comments
 (0)