engrphoenix commited on
Commit
af2a8b3
·
verified ·
1 Parent(s): 5582cb8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  streamlit==1.18.0
2
- PyPDF2 2.0.0 # Use this version for compatibility with PdfReader
3
  faiss-cpu==1.7.3
4
  numpy==1.24.3
5
  pymupdf==1.21.1 # Alternative PDF extraction library
6
  groq==0.1.1
7
  pymupdf
 
 
1
  streamlit==1.18.0
2
+ PyPDF2==2.0.0 # Use this version for compatibility with PdfReader
3
  faiss-cpu==1.7.3
4
  numpy==1.24.3
5
  pymupdf==1.21.1 # Alternative PDF extraction library
6
  groq==0.1.1
7
  pymupdf
8
+ fitz==1.0.0