Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -25
requirements.txt
CHANGED
@@ -1,25 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
opencv-python-headless==4.5.4.60
|
8 |
-
packaging==21.3
|
9 |
-
Pillow==8.2.0
|
10 |
-
pyparsing==3.0.6
|
11 |
-
python-bidi==0.4.2
|
12 |
-
PyYAML==6.0
|
13 |
-
requests==2.26.0
|
14 |
-
scikit-image==0.18.3
|
15 |
-
scipy==1.7.3
|
16 |
-
setuptools-scm==6.3.2
|
17 |
-
six==1.16.0
|
18 |
-
soupsieve==2.3.1
|
19 |
-
tifffile==2021.11.2
|
20 |
-
tomli==1.2.2
|
21 |
-
torch==1.10.0
|
22 |
-
torchvision==0.11.1
|
23 |
-
typing-extensions==4.0.0
|
24 |
-
|
25 |
-
easyocr
|
|
|
1 |
+
easyocr
|
2 |
+
opencv-python
|
3 |
+
opencv-python-headless
|
4 |
+
Pillow
|
5 |
+
torch
|
6 |
+
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|