Spaces:
Running
Running
Deploy Predictive Maintenance application
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
pandas=
|
| 3 |
-
numpy=
|
| 4 |
-
scikit-learn=
|
| 5 |
-
joblib=
|
| 6 |
-
xgboost=
|
| 7 |
-
huggingface-hub=
|
| 8 |
-
plotly=
|
|
|
|
| 1 |
+
streamlit>=1.38.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=2.0.0
|
| 4 |
+
scikit-learn>=1.7.0
|
| 5 |
+
joblib>=1.3.0
|
| 6 |
+
xgboost>=2.0.0
|
| 7 |
+
huggingface-hub>=0.20.0
|
| 8 |
+
plotly>=5.15.0
|