Update libraries
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -3,14 +3,14 @@ black
|
|
3 |
datasets
|
4 |
gradio
|
5 |
gradio[oauth]
|
6 |
-
gradio_leaderboard==0.0.
|
7 |
gradio_client
|
8 |
-
huggingface-hub>=0.
|
9 |
matplotlib
|
10 |
numpy
|
11 |
pandas
|
12 |
python-dateutil
|
13 |
tqdm
|
14 |
transformers
|
15 |
-
tokenizers>=0.
|
16 |
-
sentencepiece
|
|
|
3 |
datasets
|
4 |
gradio
|
5 |
gradio[oauth]
|
6 |
+
gradio_leaderboard==0.0.11
|
7 |
gradio_client
|
8 |
+
huggingface-hub>=0.25.0
|
9 |
matplotlib
|
10 |
numpy
|
11 |
pandas
|
12 |
python-dateutil
|
13 |
tqdm
|
14 |
transformers
|
15 |
+
tokenizers>=0.20.0
|
16 |
+
sentencepiece
|