Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
textract
|
2 |
#git+https://github.com/deanmalmgren/textract.git
|
3 |
clean-text
|
@@ -6,7 +7,5 @@ wordcloud
|
|
6 |
textblob
|
7 |
unidecode
|
8 |
contractions
|
9 |
-
#opencv-python
|
10 |
-
#opencv-python-headless
|
11 |
opencv-contrib-python
|
12 |
-
opencv-python-headless
|
|
|
1 |
+
--upgrade pip
|
2 |
textract
|
3 |
#git+https://github.com/deanmalmgren/textract.git
|
4 |
clean-text
|
|
|
7 |
textblob
|
8 |
unidecode
|
9 |
contractions
|
|
|
|
|
10 |
opencv-contrib-python
|
11 |
+
opencv-python-headless
|