Add scikit-learn dependency (required by xgboost sklearn API)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,5 +5,6 @@ anthropic>=0.40.0
|
|
| 5 |
scipy>=1.12.0
|
| 6 |
numpy>=1.26.0
|
| 7 |
xgboost>=2.0.0
|
|
|
|
| 8 |
asyncpg>=0.30.0
|
| 9 |
aiofiles>=24.1.0
|
|
|
|
| 5 |
scipy>=1.12.0
|
| 6 |
numpy>=1.26.0
|
| 7 |
xgboost>=2.0.0
|
| 8 |
+
scikit-learn>=1.4.0
|
| 9 |
asyncpg>=0.30.0
|
| 10 |
aiofiles>=24.1.0
|