Skip to content

Commit

Permalink
fix: set python to >=3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Sep 26, 2023
1 parent f40c803 commit e4dc8e3
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 @@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "streamlit_examples" }]

[tool.poetry.dependencies]
python = "^3.11"
python = ">=3.9,<3.11"
llama-index = "^0.8.24.post1"
llama-cpp-python = "^0.1.84"
streamlit = "^1.26.0"
Expand Down

0 comments on commit e4dc8e3

Please sign in to comment.