Ciroc0 commited on
Commit
706fced
·
1 Parent(s): 798163a

Trim collector dependencies and add bootstrap logs

Browse files
Files changed (2) hide show
  1. app.py +2 -0
  2. requirements.txt +0 -5
app.py CHANGED
@@ -9,6 +9,7 @@ import traceback
9
  import faulthandler
10
  from datetime import datetime, timedelta
11
 
 
12
  from huggingface_hub import HfApi, hf_hub_download
13
  import schedule
14
  import time
@@ -16,6 +17,7 @@ import threading
16
  import os
17
  import joblib
18
  from zoneinfo import ZoneInfo
 
19
 
20
  # =============================================================================
21
  # CONFIGURATION
 
9
  import faulthandler
10
  from datetime import datetime, timedelta
11
 
12
+ print("[dmi-collector][bootstrap] importing third_party_modules", flush=True)
13
  from huggingface_hub import HfApi, hf_hub_download
14
  import schedule
15
  import time
 
17
  import os
18
  import joblib
19
  from zoneinfo import ZoneInfo
20
+ print("[dmi-collector][bootstrap] third_party_modules_imported", flush=True)
21
 
22
  # =============================================================================
23
  # CONFIGURATION
requirements.txt CHANGED
@@ -1,14 +1,9 @@
1
  gradio==5.47.2
2
  huggingface-hub>=0.25.0
3
- datasets>=3.0.0
4
  pandas>=2.2.0
5
  numpy>=1.26.0
6
  requests>=2.31.0
7
  schedule>=1.2.0
8
  pyarrow>=15.0.0
9
  joblib>=1.3.0
10
- xgboost>=2.0.0
11
- scikit-learn>=1.3.0
12
  tzdata>=2024.1
13
- plotly>=5.18.0
14
- audioop-lts>=0.2.1
 
1
  gradio==5.47.2
2
  huggingface-hub>=0.25.0
 
3
  pandas>=2.2.0
4
  numpy>=1.26.0
5
  requests>=2.31.0
6
  schedule>=1.2.0
7
  pyarrow>=15.0.0
8
  joblib>=1.3.0
 
 
9
  tzdata>=2024.1