Rthur2003 Claude Sonnet 4.6 commited on
Commit
5cbef23
·
1 Parent(s): 87518a8

fix: add lightgbm and xgboost to requirements.txt

Browse files

Missing packages caused XAI service to fail on startup with
"No module named 'lightgbm'" error in HF Spaces container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -33,6 +33,8 @@ numpy>=1.26.3
33
  pandas>=2.1.4
34
  scipy>=1.11.4
35
  scikit-learn>=1.3.2
 
 
36
 
37
  # === API & Web ===
38
  aiohttp>=3.9.1
 
33
  pandas>=2.1.4
34
  scipy>=1.11.4
35
  scikit-learn>=1.3.2
36
+ lightgbm>=4.3.0
37
+ xgboost>=2.0.3
38
 
39
  # === API & Web ===
40
  aiohttp>=3.9.1