Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
4afef10
1
Parent(s):
db55fcf
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
beautifulsoup4
|
3 |
pandas
|
4 |
matplotlib
|
@@ -12,8 +19,6 @@ vaderSentiment
|
|
12 |
networkx
|
13 |
scikit-learn
|
14 |
plotly
|
15 |
-
transformers
|
16 |
-
streamlit
|
17 |
numpy
|
18 |
scipy==1.7.3
|
19 |
smart-open
|
|
|
1 |
requests
|
2 |
+
|
3 |
+
streamlit
|
4 |
+
transformers
|
5 |
+
black
|
6 |
+
pylint
|
7 |
+
requests
|
8 |
+
openai
|
9 |
beautifulsoup4
|
10 |
pandas
|
11 |
matplotlib
|
|
|
19 |
networkx
|
20 |
scikit-learn
|
21 |
plotly
|
|
|
|
|
22 |
numpy
|
23 |
scipy==1.7.3
|
24 |
smart-open
|