Ciroc0 commited on
Commit
70a6d2a
·
1 Parent(s): 076b9c1

Pin Python and use CPU-only XGBoost

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. requirements.txt +1 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  title: Aarhus Model Trainer
3
  sdk: gradio
4
  sdk_version: 5.47.2
 
 
5
  app_file: app.py
6
  ---
7
 
 
2
  title: Aarhus Model Trainer
3
  sdk: gradio
4
  sdk_version: 5.47.2
5
+ python_version: 3.10
6
+ startup_duration_timeout: 1h
7
  app_file: app.py
8
  ---
9
 
requirements.txt CHANGED
@@ -4,7 +4,7 @@ pandas>=2.2.0
4
  numpy>=1.26.0
5
  joblib>=1.3.0
6
  pyarrow>=15.0.0
7
- xgboost>=2.0.0
8
  scikit-learn>=1.3.0
9
  schedule>=1.2.0
10
  tzdata>=2024.1
 
4
  numpy>=1.26.0
5
  joblib>=1.3.0
6
  pyarrow>=15.0.0
7
+ xgboost-cpu==3.2.0
8
  scikit-learn>=1.3.0
9
  schedule>=1.2.0
10
  tzdata>=2024.1