Update requirements.txt
Browse files- requirements.txt +0 -11
requirements.txt
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
"""
|
2 |
-
Requirements file for Dynamic Highscores system.
|
3 |
-
|
4 |
-
This file lists all the dependencies required to run the Dynamic Highscores application.
|
5 |
-
"""
|
6 |
-
|
7 |
-
# Core dependencies
|
8 |
gradio>=4.4.0
|
9 |
huggingface-hub>=0.27.1
|
10 |
datasets>=2.14.5
|
@@ -13,11 +6,7 @@ torch>=2.0.0
|
|
13 |
pandas>=2.0.0
|
14 |
numpy>=1.24.2
|
15 |
plotly>=5.13.0
|
16 |
-
|
17 |
-
# Scheduling and background tasks
|
18 |
APScheduler>=3.10.1
|
19 |
-
|
20 |
-
# Utilities
|
21 |
tqdm>=4.65.0
|
22 |
requests>=2.28.2
|
23 |
python-dateutil>=2.8.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio>=4.4.0
|
2 |
huggingface-hub>=0.27.1
|
3 |
datasets>=2.14.5
|
|
|
6 |
pandas>=2.0.0
|
7 |
numpy>=1.24.2
|
8 |
plotly>=5.13.0
|
|
|
|
|
9 |
APScheduler>=3.10.1
|
|
|
|
|
10 |
tqdm>=4.65.0
|
11 |
requests>=2.28.2
|
12 |
python-dateutil>=2.8.2
|