Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
|
2 |
-
--upgrade streamlit altair
|
3 |
torch
|
4 |
transformers
|
5 |
nltk==3.6.5
|
@@ -10,7 +9,7 @@ numpy==1.21.4
|
|
10 |
pandas==1.3.4
|
11 |
scikit-learn==1.0.1
|
12 |
spacy
|
13 |
-
streamlit
|
14 |
textblob==0.17.1
|
15 |
pytesseract
|
16 |
opencv-python
|
|
|
1 |
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.2.0/en_core_web_sm-3.2.0-py3-none-any.whl
|
|
|
2 |
torch
|
3 |
transformers
|
4 |
nltk==3.6.5
|
|
|
9 |
pandas==1.3.4
|
10 |
scikit-learn==1.0.1
|
11 |
spacy
|
12 |
+
streamlit
|
13 |
textblob==0.17.1
|
14 |
pytesseract
|
15 |
opencv-python
|