shashidj commited on
Commit
f44cef4
·
verified ·
1 Parent(s): ac47011

Deploy Predictive Maintenance application

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- streamlit==1.32.0
2
- pandas==2.2.0
3
- numpy==2.3.1
4
- scikit-learn==1.7.1
5
- joblib==1.3.2
6
- xgboost==2.0.3
7
- huggingface-hub==0.21.4
8
- plotly==5.19.0
 
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