Skip to content

Commit

Permalink
Merge pull request #157 from athina-ai/feature/fixing-llama-index-dep…
Browse files Browse the repository at this point in the history
…endencies

Fixing deps
  • Loading branch information
vivek-athina authored Jan 1, 2025
2 parents a08d596 + d15146b commit 2715173
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "athina"
version = "1.7.1"
version = "1.7.2"
description = "Python SDK to configure and run evaluations for your LLM-based application"
authors = ["Shiv Sakhuja <shiv@athina.ai>", "Akshat Gupta <akshat@athina.ai>", "Vivek Aditya <vivek@athina.ai>", "Akhil Bisht <akhil@athina.ai>"]
readme = "README.md"
Expand Down Expand Up @@ -36,10 +36,9 @@ editdistance = "^0.8.1"
textdistance = "^4.6.3"
textstat = "^0.7.4"
chromadb-client = "^0.5.20"
llama-index = "^0.12.0"
llama-index-vector-stores-pinecone = "^0.4.0"
llama-index-vector-stores-qdrant = "^0.4.0"
llama-parse = "^0.5.16"
llama-index = "^0.11.0"
llama-index-vector-stores-pinecone = "^0.2.0"
llama-index-vector-stores-qdrant = "^0.3.0"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.27.0"
Expand Down

0 comments on commit 2715173

Please sign in to comment.