SakibRumu
commited on
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
torch
|
2 |
opencv-python
|
3 |
pytesseract
|
4 |
gradio
|
@@ -7,5 +6,6 @@ numpy==1.23.5
|
|
7 |
scipy==1.10.0
|
8 |
matplotlib
|
9 |
torchvision
|
|
|
10 |
dill
|
11 |
|
|
|
|
|
1 |
opencv-python
|
2 |
pytesseract
|
3 |
gradio
|
|
|
6 |
scipy==1.10.0
|
7 |
matplotlib
|
8 |
torchvision
|
9 |
+
torch>=2.6
|
10 |
dill
|
11 |
|