Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ requests
|
|
7 |
langchain-huggingface
|
8 |
langchain-community
|
9 |
ipython
|
10 |
-
gensim
|
11 |
streamlit
|
12 |
black
|
13 |
pylint
|
@@ -17,7 +17,6 @@ matplotlib
|
|
17 |
seaborn
|
18 |
nltk
|
19 |
six
|
20 |
-
gensim
|
21 |
textblob
|
22 |
vaderSentiment
|
23 |
networkx
|
|
|
7 |
langchain-huggingface
|
8 |
langchain-community
|
9 |
ipython
|
10 |
+
gensim==3.8.3
|
11 |
streamlit
|
12 |
black
|
13 |
pylint
|
|
|
17 |
seaborn
|
18 |
nltk
|
19 |
six
|
|
|
20 |
textblob
|
21 |
vaderSentiment
|
22 |
networkx
|