From 47376ba9074795a82319191c7610ddd91f634967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Paulo=20P=C3=A9rez-Tejada?= Date: Wed, 25 Sep 2024 18:24:22 -0600 Subject: [PATCH] Remove fitz from requirements (#31) * refactor: separate app components * Add multiple pages (#22) * Update README.md * Change names of pages * Disable pylint rules * refactor: separate app components * Change names of pages * Disable pylint rules * Update app and dependencies * Update requirements.txt * Update wk_flow_requirements.txt * Fit versions with HF * Remove fitz from requirements --- requirements.txt | 3 +-- wk_flow_requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c04ca6..98ee83a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ chromadb==0.5.7 -fitz==0.0.1.dev2 langchain-community==0.3.0 langchain_openai==0.2.0 openai==1.47.1 python-dotenv==1.0.1 streamlit==1.38.0 tiktoken==0.7.0 -PyMuPDF==1.24.10 +PyMuPDF==1.24.10 \ No newline at end of file diff --git a/wk_flow_requirements.txt b/wk_flow_requirements.txt index 8c04ca6..157eaeb 100644 --- a/wk_flow_requirements.txt +++ b/wk_flow_requirements.txt @@ -1,5 +1,4 @@ chromadb==0.5.7 -fitz==0.0.1.dev2 langchain-community==0.3.0 langchain_openai==0.2.0 openai==1.47.1