Spaces:
Runtime error
Runtime error
Commit
·
cd5c3e9
1
Parent(s):
ead2260
update requirements.txt
Browse files- requirements.txt +18 -16
requirements.txt
CHANGED
|
@@ -1,18 +1,20 @@
|
|
| 1 |
-
|
| 2 |
-
black
|
| 3 |
-
datasets
|
| 4 |
-
gradio
|
| 5 |
-
gradio
|
| 6 |
-
|
| 7 |
-
gradio_client
|
| 8 |
huggingface-hub>=0.18.0
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
pandas
|
| 14 |
-
python-dateutil
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 17 |
tokenizers>=0.15.0
|
| 18 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
apscheduler>=3.11.0
|
| 2 |
+
black>=25.1.0
|
| 3 |
+
datasets>=3.6.0
|
| 4 |
+
gradio-client>=1.10.4
|
| 5 |
+
gradio-leaderboard==0.0.13
|
| 6 |
+
gradio[oauth]>=5.35.0
|
|
|
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
+
ipykernel>=6.29.5
|
| 9 |
+
ipywidgets>=8.1.7
|
| 10 |
+
matplotlib>=3.10.3
|
| 11 |
+
numpy>=2.3.1
|
| 12 |
+
pandas>=2.3.0
|
| 13 |
+
python-dateutil>=2.9.0.post0
|
| 14 |
+
python-dotenv>=1.1.1
|
| 15 |
+
scikit-learn>=1.7.0
|
| 16 |
+
sentencepiece>=0.2.0
|
| 17 |
tokenizers>=0.15.0
|
| 18 |
+
torch>=2.7.1
|
| 19 |
+
tqdm>=4.67.1
|
| 20 |
+
transformers>=4.53.1
|