Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -29
requirements.txt
CHANGED
@@ -1,30 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
transformers
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
requests
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
black
|
15 |
-
pylint
|
16 |
-
beautifulsoup4
|
17 |
-
pandas
|
18 |
-
matplotlib
|
19 |
-
seaborn
|
20 |
-
nltk
|
21 |
-
six
|
22 |
-
textblob
|
23 |
-
vaderSentiment
|
24 |
-
networkx
|
25 |
-
scikit-learn
|
26 |
-
plotly
|
27 |
-
numpy
|
28 |
-
scipy==1.7.3
|
29 |
-
smart-open
|
30 |
-
spacy
|
|
|
1 |
+
streamlit==1.12.0 # Ensure compatibility with your environment
|
2 |
+
torch>=1.9.0
|
3 |
+
transformers==4.18.0
|
4 |
+
gensim==4.2.0
|
5 |
+
pygments==2.10.0
|
6 |
+
pickle
|
7 |
requests
|
8 |
+
threading
|
9 |
+
subprocess
|
10 |
+
time
|
11 |
+
os
|
12 |
+
sys
|
13 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|