Skip to content

Commit

Permalink
fix: update llama-index versions in extra (#5141)
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Yang <roger.yang@arize.com>
  • Loading branch information
axiomofjoy and RogerHYang authored Oct 21, 2024
1 parent 3783a27 commit df2d2a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ embeddings = [
evals = []
experimental = []
llama-index = [
"llama-index==0.10.51", # always pin to a version that keeps our notebooks working
"llama-index-readers-file==0.1.25",
"llama-index-llms-openai==0.1.24",
"llama-index-embeddings-openai==0.1.10",
"llama-index-agent-openai==0.2.7",
"llama-index==0.11.0", # always pin to a version that keeps our notebooks working
"llama-index-readers-file>=0.1.25",
"llama-index-llms-openai>=0.1.24",
"llama-index-embeddings-openai>=0.1.10",
"llama-index-agent-openai>=0.2.7",
]
pg = [
"asyncpg",
Expand Down

0 comments on commit df2d2a7

Please sign in to comment.