Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -26
requirements.txt
CHANGED
|
@@ -1,26 +1,5 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
opencv-python-headless
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
cycler==0.10.0
|
| 7 |
-
decorator==4.4.2
|
| 8 |
-
easyocr==1.1.7
|
| 9 |
-
future==0.18.2
|
| 10 |
-
imageio==2.9.0
|
| 11 |
-
kiwisolver==1.2.0
|
| 12 |
-
matplotlib==3.3.1
|
| 13 |
-
networkx==2.4
|
| 14 |
-
numpy==1.19.1
|
| 15 |
-
opencv-python==4.4.0.42
|
| 16 |
-
Pillow==7.2.0
|
| 17 |
-
pyparsing==2.4.7
|
| 18 |
-
python-bidi==0.4.2
|
| 19 |
-
python-dateutil==2.8.1
|
| 20 |
-
PyWavelets==1.1.1
|
| 21 |
-
scikit-image==0.17.2
|
| 22 |
-
scipy==1.5.2
|
| 23 |
-
six==1.15.0
|
| 24 |
-
tifffile==2020.8.13
|
| 25 |
-
torch==1.6.0
|
| 26 |
-
torchvision==0.7.0
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
opencv-python-headless
|
| 3 |
+
numpy
|
| 4 |
+
easyocr
|
| 5 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|