SakibRumu commited on
Commit
c2147f3
·
verified ·
1 Parent(s): 8b8e06a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
  torch
2
  opencv-python
3
- numpy
4
  pytesseract
5
  gradio
6
  pillow
 
 
 
7
 
 
1
  torch
2
  opencv-python
 
3
  pytesseract
4
  gradio
5
  pillow
6
+ numpy==1.23.5
7
+ scipy==1.10.0
8
+
9