Skip to content

Commit

Permalink
remove the python highest version restriction from fireworks library
Browse files Browse the repository at this point in the history
  • Loading branch information
ershang-dou committed Oct 9, 2024
1 parent 65946eb commit 179b3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ readme = "README.md"
version = "0.2.0"

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">=3.8.1"
llama-index-llms-openai = "^0.2.0"
llama-index-core = "^0.11.0"

Expand Down

0 comments on commit 179b3c6

Please sign in to comment.