From c735054d594e53ff8a38ce6e874763027e8e651f Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 10:50:36 -0700 Subject: [PATCH] add tensorflowio to deps --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b7ff581a..fa8603ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ einops = "0.7.0" google-generativeai = "0.3.1" langchain-experimental = "0.0.10" tensorflow = "*" +tensorflow-io = "*" 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 5886545b..ce25dc57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ PyPDF2==3.0.1 accelerate==0.22.0 chromadb==0.4.14 tensorflow +tensorflow-io optimum toml tiktoken==0.4.0