Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -9,8 +9,8 @@ numpy
|
|
9 |
pandas
|
10 |
scikit-learn
|
11 |
spacy
|
12 |
-
streamlit==
|
13 |
-
altair==4
|
14 |
textblob
|
15 |
pytesseract
|
16 |
opencv-python
|
|
|
9 |
pandas
|
10 |
scikit-learn
|
11 |
spacy
|
12 |
+
streamlit==1.18.0
|
13 |
+
altair==4.0
|
14 |
textblob
|
15 |
pytesseract
|
16 |
opencv-python
|