Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +32 -2
requirements.txt
CHANGED
@@ -1,2 +1,32 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
certifi==2021.10.8
|
2 |
+
charset-normalizer==2.0.8
|
3 |
+
comtypes==1.1.10
|
4 |
+
cycler==0.11.0
|
5 |
+
easyocr==1.4.1
|
6 |
+
fonttools==4.28.2
|
7 |
+
idna==3.3
|
8 |
+
imageio==2.13.0
|
9 |
+
keyboard==0.13.5
|
10 |
+
kiwisolver==1.3.2
|
11 |
+
lxml==4.6.4
|
12 |
+
matplotlib==3.5.0
|
13 |
+
networkx==2.6.3
|
14 |
+
numpy==1.21.4
|
15 |
+
opencv-python==4.5.4.60
|
16 |
+
opencv-python-headless==4.5.4.60
|
17 |
+
packaging==21.3
|
18 |
+
Pillow==8.2.0
|
19 |
+
pyparsing==3.0.6
|
20 |
+
python-bidi==0.4.2
|
21 |
+
PyYAML==6.0
|
22 |
+
requests==2.26.0
|
23 |
+
scikit-image==0.18.3
|
24 |
+
scipy==1.7.3
|
25 |
+
setuptools-scm==6.3.2
|
26 |
+
six==1.16.0
|
27 |
+
soupsieve==2.3.1
|
28 |
+
tifffile==2021.11.2
|
29 |
+
tomli==1.2.2
|
30 |
+
torch==1.10.0
|
31 |
+
torchvision==0.11.1
|
32 |
+
typing-extensions==4.0.0
|