From 7cf662842c5872729a9724a1a0550ce82afe9b93 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:37:43 -0700 Subject: [PATCH] remove tensorflow pin --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd53a55..7fad016f 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 = "2.12" +tensorflow = "*" 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 9fdc7532..00c92023 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==2.12 +tensorflow optimum toml tiktoken==0.4.0