diff --git a/pyproject.toml b/pyproject.toml index 4ea75daa..8d6fa875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ asyncio = "3.4.3" einops = "0.7.0" google-generativeai = "0.3.1" langchain-experimental = "0.0.10" -tensorflow = "*" +tensorflow = "2.12" weaviate-client = "3.25.3" opencv-python-headless = "4.8.1.78" faiss-cpu = "1.7.4" diff --git a/requirements.txt b/requirements.txt index 00c92023..9fdc7532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ requests_mock PyPDF2==3.0.1 accelerate==0.22.0 chromadb==0.4.14 -tensorflow +tensorflow==2.12 optimum toml tiktoken==0.4.0