Spaces:
Build error
Build error
Trying to fix requirements.
Browse files- requirements.txt +15 -21
requirements.txt
CHANGED
@@ -1,24 +1,18 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
python_igraph==0.9.6
|
17 |
-
PyYAML>=5.4.1
|
18 |
seaborn==0.11.2
|
19 |
-
streamlit
|
20 |
-
|
21 |
-
|
22 |
-
|
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
|
|
|
|