diff --git a/pyproject.toml b/pyproject.toml index 5099569..55b3842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ google-generativeai = "^0.4" # RAG & Embeddings faiss-cpu = "^1.7" sentence-transformers = "^2.3" -numpy = "^1.26" +numpy = "^2.4" # Token Counting tiktoken = "^0.5"