From d15146b3de5599b7848adcfd84e24adef5a98746 Mon Sep 17 00:00:00 2001 From: Vivek Aditya Date: Wed, 1 Jan 2025 19:01:52 +0530 Subject: [PATCH] Fixing deps --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fdcdfe3..36ff6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Akshat Gupta ", "Vivek Aditya ", "Akhil Bisht "] readme = "README.md" @@ -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"