From ab5e7a422a47b24a0dfcd4f7a96eb5e5b4ab03fe Mon Sep 17 00:00:00 2001 From: suoko Date: Sat, 28 Oct 2023 09:26:49 +0200 Subject: [PATCH] Update requirements.txt --- .../langchain-docscanner/requirements.txt | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/langchain-docscanner/requirements.txt b/examples/langchain-docscanner/requirements.txt index 90301028..37ee5e02 100644 --- a/examples/langchain-docscanner/requirements.txt +++ b/examples/langchain-docscanner/requirements.txt @@ -1,10 +1,10 @@ -langchain -pypdf -chromadb -tiktoken -docx2txt -unstructured -gradio -pillow -matplotlib==1.5 -Numpy==1.23.5 +langchain==0.0.313 +pypdf==3.16.4 +chromadb==0.4.14 +tiktoken==0.5.1 +docx2txt==0.8 +unstructured==0.10.25 +gradio==3.50.2 +Pillow==10.1.0 +matplotlib==3.8.0 +numpy==1.23.5