Spaces:
Sleeping
Sleeping
T Le
commited on
Commit
·
84ee4c7
1
Parent(s):
559b5c7
Update requirements
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
@@ -16,18 +16,26 @@ streamlit-agraph
|
|
16 |
umap-learn
|
17 |
wordcloud
|
18 |
mlxtend==0.23.1
|
19 |
-
bertopic
|
20 |
ipywidgets==7.6.6
|
21 |
bitermplus
|
22 |
tmplot
|
23 |
tomotopy
|
24 |
pipeline
|
25 |
spacy==3.7.2
|
26 |
-
https://github.com/explosion/spacy-models/releases/download/
|
27 |
html2image
|
28 |
umap-learn
|
29 |
scattertext
|
30 |
git+https://github.com/faizhalas/burst_detection
|
31 |
matplotlib
|
32 |
scipy==1.12 #support gensim
|
33 |
-
kaleido
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
umap-learn
|
17 |
wordcloud
|
18 |
mlxtend==0.23.1
|
19 |
+
bertopic==0.16.4
|
20 |
ipywidgets==7.6.6
|
21 |
bitermplus
|
22 |
tmplot
|
23 |
tomotopy
|
24 |
pipeline
|
25 |
spacy==3.7.2
|
26 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1.tar.gz
|
27 |
html2image
|
28 |
umap-learn
|
29 |
scattertext
|
30 |
git+https://github.com/faizhalas/burst_detection
|
31 |
matplotlib
|
32 |
scipy==1.12 #support gensim
|
33 |
+
kaleido
|
34 |
+
pymarc
|
35 |
+
textblob
|
36 |
+
vaderSentiment
|
37 |
+
git+https://github.com/faizhalas/shifterator
|
38 |
+
datamapplot==0.4.2
|
39 |
+
altair-nx
|
40 |
+
rouge_score
|
41 |
+
pytextrank
|