Dannyar608 commited on
Commit
3c3e4d4
·
verified ·
1 Parent(s): 5e90a64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,13 +1,12 @@
 
 
 
1
  gradio>=3.0.0
2
  pandas
 
3
  PyPDF2
 
4
  pymupdf
5
  pytesseract
6
  pillow
7
- transformers
8
- torch
9
- huggingface-hub
10
- pdfplumber
11
- matplotlib
12
- plotly
13
- python-dotenv
 
1
+ transformers>=4.30.0
2
+ torch>=2.0.0
3
+ accelerate>=0.20.0
4
  gradio>=3.0.0
5
  pandas
6
+ numpy
7
  PyPDF2
8
+ pdfplumber
9
  pymupdf
10
  pytesseract
11
  pillow
12
+ plotly