datasciencesage commited on
Commit
73a392a
·
verified ·
1 Parent(s): a2d05c8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -18
requirements.txt CHANGED
@@ -1,19 +1,20 @@
1
- pdf2image
2
- tqdm
3
- pydantic
4
- pytesseract
5
- pix2tex
6
- chromadb
7
- sentence-transformers
8
- openai
9
- playwright
10
- weasyprint
11
- markdown2
12
- pypdf2
13
- python-docx
14
  gradio==4.44.0
15
- pydantic
16
- ## sudo apt update
17
- ## sudo apt install libreoffice
18
- ## sudo apt install poppler-utils
19
- ## playwright install chromium
 
 
 
 
 
 
 
 
 
 
 
1
+ asyncio==3.4.3
2
+ chromadb==0.5.5
3
+ faiss-cpu>=1.13.2
4
+ fpdf2>=2.8.5
 
 
 
 
 
 
 
 
 
5
  gradio==4.44.0
6
+ numpy==1.26.4
7
+ openai==2.15.0
8
+ pdf2image==1.17.0
9
+ pillow==10.4.0
10
+ pix2tex==0.1.4
11
+ playwright==1.47.0
12
+ poppler-utils>=0.1.0
13
+ pydantic==2.9.2
14
+ pypdf2==3.0.1
15
+ pytesseract==0.3.10
16
+ python-docx==1.1.0
17
+ python-dotenv==1.0.0
18
+ reportlab>=4.4.9
19
+ sentence-transformers==3.1.1
20
+ tqdm==4.66.5