Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
numpy
|
| 3 |
-
xgboost
|
| 4 |
-
joblib
|
| 5 |
-
streamlit
|
| 6 |
-
plotly
|
|
|
|
| 1 |
+
pandas==2.2.0
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
xgboost==2.0.3
|
| 4 |
+
joblib==1.3.2
|
| 5 |
+
streamlit==1.31.0
|
| 6 |
+
plotly==5.18.0
|