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