Skip to content

Commit

Permalink
python version support 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifertrj committed Jul 30, 2024
1 parent 75b9f2e commit 0a6fe77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["AI Planet <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.9 | ~3.10 | ~3.11"
python = ">=3.8.1,<4.0"
llama-index = "0.10.27"
llama-index-embeddings-gemini = "0.1.6"
nltk = "3.8.1"
Expand Down

0 comments on commit 0a6fe77

Please sign in to comment.