meg HF staff commited on
Commit
b948acf
1 Parent(s): 17cedf6

Trying to fix requirements.

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -21
requirements.txt CHANGED
@@ -1,24 +1,18 @@
1
- langdetect==1.0.9
2
- nltk>=3.6.4
 
 
 
 
 
3
  plotly==5.3.1
4
- transformers>=4.8.2
5
- torch>=1.11
6
- tokenizers==0.10.3
7
- sentencepiece==0.1.96
8
- streamlit==0.88.0
9
- iso_639==0.4.5
10
- datasets==2.8.0
11
  powerlaw==1.5
12
- numpy>=1.22
13
- pandas>=1.0.0
14
- dataclasses==0.6
15
- iso639==0.1.4
16
- python_igraph==0.9.6
17
- PyYAML>=5.4.1
18
  seaborn==0.11.2
19
- streamlit-aggrid
20
- numexpr==2.7.3
21
- scikit-learn>=0.24.2
22
- scipy~=1.7.3
23
- tqdm~=4.62.3
24
- pyarrow~=6.0.1
 
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