Spaces:
Sleeping
Sleeping
Update requirements.txt (#1)
Browse files- Update requirements.txt (7e333a874dd26920d6ac1cf230afd20b2fc06a78)
Co-authored-by: Arijit Das <RDA9527@users.noreply.huggingface.co>
- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
pandas==2.2.2
|
| 3 |
numpy==2.0.2
|
| 4 |
scikit-learn==1.6.1
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pandas==2.2.2
|
| 2 |
numpy==2.0.2
|
| 3 |
scikit-learn==1.6.1
|
| 4 |
+
xgboost==2.1.4
|
| 5 |
+
joblib==1.4.2
|
| 6 |
+
streamlit==1.43.2
|