Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
plotly
|
4 |
-
textblob
|
5 |
-
networkx
|
6 |
-
pyvis
|
7 |
-
wikipedia
|
8 |
-
scikit-learn
|
9 |
-
numpy
|
10 |
-
scipy
|
11 |
transformers==4.27.4
|
12 |
-
sentence-transformers
|
13 |
-
huggingface_hub
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
plotly
|
4 |
+
textblob
|
5 |
+
networkx
|
6 |
+
pyvis
|
7 |
+
wikipedia
|
8 |
+
scikit-learn
|
9 |
+
numpy
|
10 |
+
scipy
|
11 |
transformers==4.27.4
|
12 |
+
sentence-transformers # Do NOT pin to 2.2.2
|
13 |
+
huggingface_hub # Do NOT pin to 0.9.1
|