Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
streamlit==1.31.1
|
| 2 |
-
pandas
|
| 3 |
-
numpy
|
| 4 |
-
scikit-learn
|
| 5 |
-
joblib
|
| 6 |
-
xgboost
|
| 7 |
-
matplotlib
|
|
|
|
|
|
| 1 |
streamlit==1.31.1
|
| 2 |
+
pandas==2.2.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.0
|
| 5 |
+
joblib==1.3.2
|
| 6 |
+
xgboost==2.0.3
|
| 7 |
+
matplotlib==3.8.2
|
| 8 |
+
protobuf<4
|