mahmoudmosa2877 commited on
Commit
a4a151e
Β·
verified Β·
1 Parent(s): c5fa87f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -2,10 +2,12 @@ gradio>=4.0.0
2
  transformers>=4.38.0
3
  torch>=2.1.0
4
 
5
- # Paddle + PaddleOCR compatible with HF Spaces
 
6
  paddlepaddle==2.6.2
7
  paddleocr==2.7.0.3
8
 
 
 
9
  pdf2image
10
  pillow
11
- numpy
 
2
  transformers>=4.38.0
3
  torch>=2.1.0
4
 
5
+ # Paddle ecosystem (requires numpy < 2)
6
+ numpy==1.26.4
7
  paddlepaddle==2.6.2
8
  paddleocr==2.7.0.3
9
 
10
+ opencv-python-headless==4.8.1.78
11
+
12
  pdf2image
13
  pillow