We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22398e commit 26a1ec7Copy full SHA for 26a1ec7
pyproject.toml
@@ -18,6 +18,10 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Artificial Intelligence",
19
]
20
21
+[build-system]
22
+requires = ["poetry-core>=1.0.0"]
23
+build-backend = "poetry.core.masonry.api"
24
+
25
[tool.poetry.dependencies]
26
python = ">=3.8.1,<3.12" # updated for llama-index dependency
27
black = "23.3.0"
0 commit comments