Dannyar608 commited on
Commit
39b1c57
·
verified ·
1 Parent(s): f8e1794

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- gradio==3.50.2
2
- pandas==2.0.3
3
- PyPDF2==3.0.1
4
- pymupdf==1.22.5
5
- pytesseract==0.3.10
6
- pillow==10.0.1
7
- transformers==4.33.3
8
- torch==2.0.1
9
- huggingface-hub==0.17.3
10
- python-dotenv==1.0.0
11
- tqdm==4.66.1
 
 
 
1
+ gradio>=3.50.0
2
+ pandas>=1.5.0
3
+ PyPDF2>=3.0.0
4
+ pymupdf>=1.22.0
5
+ pytesseract>=0.3.10
6
+ pillow>=9.5.0
7
+ huggingface-hub>=0.16.0
8
+ torch>=2.0.0
9
+ transformers>=4.30.0
10
+ python-dotenv>=1.0.0
11
+ pdfplumber>=0.9.0
12
+ pdf2image>=1.16.3
13
+ pydantic>=2.0.0