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 |
-
|
13 |
-
|
14 |
textblob
|
15 |
pytesseract
|
16 |
opencv-python
|
|
|
9 |
pandas
|
10 |
scikit-learn
|
11 |
spacy
|
12 |
+
altair<5.0
|
13 |
+
streamlit==1.22.0
|
14 |
textblob
|
15 |
pytesseract
|
16 |
opencv-python
|