Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
plotly
|
4 |
-
textblob
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
numpy==1.23.5
|
12 |
-
scipy==1.10.1
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
plotly
|
4 |
+
textblob
|
5 |
+
transformers
|
6 |
+
sentence-transformers
|
7 |
+
networkx
|
8 |
+
pyvis
|
9 |
+
scikit-learn
|
10 |
+
wikipedia
|
|
|
|