Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
-
gradio
|
5 |
gradio[oauth]
|
6 |
gradio_leaderboard==0.0.13
|
7 |
gradio_client
|
8 |
huggingface-hub>=0.18.0
|
9 |
matplotlib
|
10 |
numpy
|
11 |
-
pandas
|
12 |
python-dateutil
|
13 |
tqdm
|
14 |
-
|
15 |
tokenizers>=0.15.0
|
16 |
sentencepiece
|
17 |
-
torch
|
18 |
-
|
|
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
+
gradio==4.37.0
|
5 |
gradio[oauth]
|
6 |
gradio_leaderboard==0.0.13
|
7 |
gradio_client
|
8 |
huggingface-hub>=0.18.0
|
9 |
matplotlib
|
10 |
numpy
|
11 |
+
pandas==2.2.2
|
12 |
python-dateutil
|
13 |
tqdm
|
14 |
+
|
15 |
tokenizers>=0.15.0
|
16 |
sentencepiece
|
17 |
+
torch==2.3.0
|
18 |
+
transformers==4.42.1
|
19 |
+
plotly==5.22.0
|