Skip to content

Commit

Permalink
fix: updating pyproject.toml for poetry build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
captivus committed Dec 11, 2023
1 parent b22398e commit 26a1ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 26a1ec7

Please sign in to comment.