Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ numpy>=1.24.0
|
|
| 5 |
joblib>=1.2.0
|
| 6 |
plotly>=5.13.0
|
| 7 |
huggingface-hub>=0.17.0
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
# Optional: For Hugging Face Hub integration (if needed)
|
|
|
|
| 5 |
joblib>=1.2.0
|
| 6 |
plotly>=5.13.0
|
| 7 |
huggingface-hub>=0.17.0
|
| 8 |
+
scikit-learn>=1.0.0 #new
|
| 9 |
|
| 10 |
|
| 11 |
# Optional: For Hugging Face Hub integration (if needed)
|