Spaces:
Sleeping
Sleeping
fix: add lightgbm and xgboost to requirements.txt
Browse filesMissing 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>
- 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
|