meg HF staff commited on
Commit
9a1a879
1 Parent(s): 386b032
Files changed (1) hide show
  1. requirements.txt +45 -15
requirements.txt CHANGED
@@ -1,18 +1,48 @@
1
- datasets==2.3.0
2
- dl==0.1.0
3
- docutils==0.18.1
4
- matplotlib==3.6.2
5
- nltk==3.7
6
- numpy==1.19.5
7
- pandas==1.3.0
8
  plotly==5.3.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  powerlaw==1.5
10
- protobuf==3.20.1
11
- pyarrow==6.0.1
12
- scikit_learn==0.24.2
13
- scipy==1.7.3
 
 
 
 
 
 
 
 
 
14
  seaborn==0.11.2
15
- streamlit==1.12.0
16
- torch==1.9.0
17
- tqdm==4.62.3
18
- transformers==4.12.5
 
 
 
 
 
 
 
 
 
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