Spaces:
Build error
Build error
Plz work.
Browse files- requirements.txt +45 -15
requirements.txt
CHANGED
@@ -1,18 +1,48 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
numpy==1.19.5
|
7 |
-
pandas==1.3.0
|
8 |
plotly==5.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
powerlaw==1.5
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
seaborn==0.11.2
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
langdetect==1.0.9
|
3 |
+
|
4 |
+
nltk>=3.6.4
|
5 |
+
|
|
|
|
|
6 |
plotly==5.3.1
|
7 |
+
|
8 |
+
transformers>=4.8.2
|
9 |
+
|
10 |
+
torch>=1.11
|
11 |
+
|
12 |
+
tokenizers==0.10.3
|
13 |
+
|
14 |
+
sentencepiece==0.1.96
|
15 |
+
|
16 |
+
streamlit==0.88.0
|
17 |
+
|
18 |
+
iso_639==0.4.5
|
19 |
+
|
20 |
+
datasets==2.8.0
|
21 |
+
|
22 |
powerlaw==1.5
|
23 |
+
|
24 |
+
numpy>=1.22
|
25 |
+
|
26 |
+
pandas>=1.0.0
|
27 |
+
|
28 |
+
dataclasses==0.6
|
29 |
+
|
30 |
+
iso639==0.1.4
|
31 |
+
|
32 |
+
python_igraph==0.9.6
|
33 |
+
|
34 |
+
PyYAML>=5.4.1
|
35 |
+
|
36 |
seaborn==0.11.2
|
37 |
+
|
38 |
+
streamlit-aggrid
|
39 |
+
|
40 |
+
numexpr==2.7.3
|
41 |
+
|
42 |
+
scikit-learn>=0.24.2
|
43 |
+
|
44 |
+
scipy~=1.7.3
|
45 |
+
|
46 |
+
tqdm~=4.62.3
|
47 |
+
|
48 |
+
pyarrow~=6.0.1
|